<?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; row height</title>
	<atom:link href="http://www.automateexcel.com/tag/row-height/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>VBA: Column Width and Row Height</title>
		<link>http://www.automateexcel.com/2004/11/09/excel_vba_column_width_and_row_height/</link>
		<comments>http://www.automateexcel.com/2004/11/09/excel_vba_column_width_and_row_height/#comments</comments>
		<pubDate>Tue, 09 Nov 2004 07:39:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[column width]]></category>
		<category><![CDATA[row height]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Bookmarking the KB article XL2000: How to Use Macros to Set Row Height and Column Width A solution and explanation of the Column Width to Inches problem. Also has solutions to Column Width to Centimeters, Row Height to Inches, and Row Height to Centimeters.]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/11/09/excel_vba_column_width_and_row_height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VBA: Row Height &#8211; Column Width</title>
		<link>http://www.automateexcel.com/2004/10/11/excel_vba_row_height_column_width/</link>
		<comments>http://www.automateexcel.com/2004/10/11/excel_vba_row_height_column_width/#comments</comments>
		<pubDate>Mon, 11 Oct 2004 11:20:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Cells, Columns & Rows]]></category>
		<category><![CDATA[column width]]></category>
		<category><![CDATA[row height]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Row height and Column width can be changed with the RowHeight and ColumnWidth properties. Macro to change the row height of Row 1 and column width of Column A: Sub HeightWidth() Rows("1:1").RowHeight = 30 Columns("A:A").ColumnWidth = 30 End Sub Macro to change the row height of Rows 1 to 5 and column width of Columns [...]]]></description>
		<wfw:commentRss>http://www.automateexcel.com/2004/10/11/excel_vba_row_height_column_width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

