<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Automate Excel &#187; convert</title>
	<atom:link href="http://www.automateexcel.com/tag/convert/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automateexcel.com</link>
	<description>Everything Excel. Only Excel.</description>
	<lastBuildDate>Wed, 24 Nov 2010 21:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Convert Matrix to Vector</title>
		<link>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/</link>
		<comments>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:09:44 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=1028</guid>
		<description><![CDATA[This is the opposite tutorial of the Converting a Single Row Vector into a Matrix tutorial. The following function will take a range as a matrix and convert it to a single column vector: Option Explicit Function Create_Vector(Matrix_Range As Range) As Variant Dim No_of_Cols As Integer, No_Of_Rows As Integer Dim i As Integer Dim j [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/21/convert-matrix-to-vector/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Converting a Single Row Vector into a Matrix</title>
		<link>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/</link>
		<comments>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 08:53:56 +0000</pubDate>
		<dc:creator>Kaps</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[matrix]]></category>
		<category><![CDATA[row]]></category>
		<category><![CDATA[single]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://www.automateexcel.com/?p=995</guid>
		<description><![CDATA[This is the opposite tutorial of the Convert Matrix to Vector tutorial. The following function takes a single row vector and converts into a matrix: Function Create_Matrix(Vector_Range As Range, No_Of_Cols_in_output As Integer, No_of_Rows_in_output As Integer) As Variant ReDim Temp_Array(No_Of_Cols_in_output, No_of_Rows_in_output) Dim No_Of_Elements_In_Vector As Integer Dim Col_Count As Integer, Row_Count As Integer Dim Cell No_Of_Elements_In_Vector = [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2008/10/18/converting-a-single-row-vector-into-a-matrix/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VBA: Convert Excel to CSV (Comma Delimited Text File)</title>
		<link>http://www.automateexcel.com/2004/08/14/excel_vba_convert_excel_to_csv_comma_del/</link>
		<comments>http://www.automateexcel.com/2004/08/14/excel_vba_convert_excel_to_csv_comma_del/#comments</comments>
		<pubDate>Sat, 14 Aug 2004 00:57:24 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[VBA]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[custom export]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[These two articles are the best places to start if you are looking to build a custom export to convert Excel to a CSV file. First off, If you aren&#8217;t interested in using VBA but would still like to convert excel to a CSV file, just click File-&#62;Save As-&#62; and in the Save as Type [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/08/14/excel_vba_convert_excel_to_csv_comma_del/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

