<?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>Excel VBA Macro &#187; vba macro</title>
	<atom:link href="http://excelvbamacro.com/tag/vba-macro/feed" rel="self" type="application/rss+xml" />
	<link>http://excelvbamacro.com</link>
	<description>Excel VBA Macro Tutorial and Examples</description>
	<lastBuildDate>Wed, 25 May 2011 08:37:22 +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>Number of Cells/Rows/Columns With Formula</title>
		<link>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html</link>
		<comments>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 03:56:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[excel cells]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel macro count rows]]></category>
		<category><![CDATA[excel macro count the no of rows with text]]></category>
		<category><![CDATA[excel vba count rows]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[vba count rows]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[worksheet cells]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=113</guid>
		<description><![CDATA[A few weeks ago I received this question from someone called LS: Hi I want to write a macro that counts the following - Number of cells with formula - Number of Rows with formula - Number of Columns with &#8230; <a href="http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/number-of-cellsrowscolumns-with-formula.html/feed</wfw:commentRss>
		<slash:comments>1769</slash:comments>
		</item>
		<item>
		<title>Select All Cells With Formula In It</title>
		<link>http://excelvbamacro.com/select-all-cells-with-formula-in-it.html</link>
		<comments>http://excelvbamacro.com/select-all-cells-with-formula-in-it.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 09:37:38 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[cell with formula]]></category>
		<category><![CDATA[excel special cells]]></category>
		<category><![CDATA[macro code]]></category>
		<category><![CDATA[vba macro]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=75</guid>
		<description><![CDATA[Let say we want to distinguish between ordinary cells and cells with formula in it, so we give a special background color to the cells with formula. For doing it manually is time consuming, especially on Excel Worksheet with large &#8230; <a href="http://excelvbamacro.com/select-all-cells-with-formula-in-it.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/select-all-cells-with-formula-in-it.html/feed</wfw:commentRss>
		<slash:comments>827</slash:comments>
		</item>
		<item>
		<title>Move Cursor To One Cell Below Last Row With Data</title>
		<link>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data.html</link>
		<comments>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data.html#comments</comments>
		<pubDate>Wed, 15 Oct 2008 10:27:28 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[ActiveCell]]></category>
		<category><![CDATA[excel macro move cursor]]></category>
		<category><![CDATA[excel macro select cell below]]></category>
		<category><![CDATA[excel vba]]></category>
		<category><![CDATA[excel vba find last row]]></category>
		<category><![CDATA[excel vba find last row with data]]></category>
		<category><![CDATA[excel vba move cursor]]></category>
		<category><![CDATA[last row with data]]></category>
		<category><![CDATA[move cursor]]></category>
		<category><![CDATA[Offset]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[vba move cursor]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=63</guid>
		<description><![CDATA[Ever want to paste some data into new empty cell after the last cell with data in certain column? Then take a look at this simple macro. 'first, select cell in the first row of that column, like A1, K1, &#8230; <a href="http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/move-cursor-to-one-cell-below-last-row-with-data.html/feed</wfw:commentRss>
		<slash:comments>971</slash:comments>
		</item>
		<item>
		<title>Finding Cell with Minimum/Maximum Value in Active Worksheet</title>
		<link>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html</link>
		<comments>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html#comments</comments>
		<pubDate>Sat, 04 Oct 2008 10:58:45 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[cell function]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel macro]]></category>
		<category><![CDATA[excel tutorial]]></category>
		<category><![CDATA[excel vba formula]]></category>
		<category><![CDATA[excel vba max]]></category>
		<category><![CDATA[excel vba max value]]></category>
		<category><![CDATA[excel vba max value in column]]></category>
		<category><![CDATA[excel vba maximum value]]></category>
		<category><![CDATA[excel vba minimum]]></category>
		<category><![CDATA[learn excel]]></category>
		<category><![CDATA[macro cell]]></category>
		<category><![CDATA[maximum cell value]]></category>
		<category><![CDATA[minimum cell value]]></category>
		<category><![CDATA[vba cell]]></category>
		<category><![CDATA[vba excel]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[vba minimum]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=53</guid>
		<description><![CDATA[Let say we want to find position of cell containing the minimum/maximum value in current/active Excel worksheet, and then after we found the cell, we will change the cell format to make it stand out before other cells. The logic &#8230; <a href="http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/finding-cell-with-minimummaximum-value-in-active-worksheet.html/feed</wfw:commentRss>
		<slash:comments>1113</slash:comments>
		</item>
		<item>
		<title>How To Hide an Excel Worksheet</title>
		<link>http://excelvbamacro.com/how-to-hide-an-excel-worksheet.html</link>
		<comments>http://excelvbamacro.com/how-to-hide-an-excel-worksheet.html#comments</comments>
		<pubDate>Wed, 24 Sep 2008 01:22:06 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[excel macro]]></category>
		<category><![CDATA[excel vba]]></category>
		<category><![CDATA[excel vba hide all worksheets]]></category>
		<category><![CDATA[excel vba hide column]]></category>
		<category><![CDATA[excel vba hide sheet]]></category>
		<category><![CDATA[excel vba hide worksheet]]></category>
		<category><![CDATA[excel vba hide worksheets]]></category>
		<category><![CDATA[excel workbook]]></category>
		<category><![CDATA[excel worksheet]]></category>
		<category><![CDATA[Hide sheet vba]]></category>
		<category><![CDATA[hide worksheet]]></category>
		<category><![CDATA[hide worksheet vba]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft excel]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[vba excel hide sheet]]></category>
		<category><![CDATA[vba hide sheet]]></category>
		<category><![CDATA[vba hide worksheet]]></category>
		<category><![CDATA[vba macro]]></category>
		<category><![CDATA[VeryHidden]]></category>
		<category><![CDATA[visual basic editor]]></category>
		<category><![CDATA[Workbook]]></category>
		<category><![CDATA[Worksheet]]></category>
		<category><![CDATA[xlSheetVeryHidden]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=35</guid>
		<description><![CDATA[Some time we want to hide a certain Excel Worksheet from view, and it&#8217;s a common practice to use select the Worksheet, go to menu Format > Sheet > Hide. Using the method explained above is right, but unfortunately, others &#8230; <a href="http://excelvbamacro.com/how-to-hide-an-excel-worksheet.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/how-to-hide-an-excel-worksheet.html/feed</wfw:commentRss>
		<slash:comments>1988</slash:comments>
		</item>
		<item>
		<title>Changing Microsoft Excel Status Bar</title>
		<link>http://excelvbamacro.com/changing-microsoft-excel-status-bar.html</link>
		<comments>http://excelvbamacro.com/changing-microsoft-excel-status-bar.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 14:34:50 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[excel status bar]]></category>
		<category><![CDATA[status bar]]></category>
		<category><![CDATA[vba function]]></category>
		<category><![CDATA[vba macro]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=28</guid>
		<description><![CDATA[Maybe for some reason we want to change our Microsoft Excel Status Bar, then this simple vba function will do the work for us. The end result will look like this: Ok, to do it, put this following code in &#8230; <a href="http://excelvbamacro.com/changing-microsoft-excel-status-bar.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/changing-microsoft-excel-status-bar.html/feed</wfw:commentRss>
		<slash:comments>655</slash:comments>
		</item>
	</channel>
</rss>

