<?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; Cells and Range</title>
	<atom:link href="http://excelvbamacro.com/category/cells-and-range/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>Excel Extract Cell Comments</title>
		<link>http://excelvbamacro.com/excel-extract-comment-cell.html</link>
		<comments>http://excelvbamacro.com/excel-extract-comment-cell.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 07:11:52 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[excel cell comment text]]></category>
		<category><![CDATA[excel cell has comment]]></category>
		<category><![CDATA[Excel Extract Comment Cell]]></category>
		<category><![CDATA[excel print cell comment]]></category>
		<category><![CDATA[excel vba comment]]></category>
		<category><![CDATA[get comments cell excel]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=538</guid>
		<description><![CDATA[Excel VBA/Macro example below will extract comment from every cells with comment, and put the summary in the cell selected by user using Excel input box (read more about how to get cell reference using input box here). Sub CreateCommentsSummary() &#8230; <a href="http://excelvbamacro.com/excel-extract-comment-cell.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/excel-extract-comment-cell.html/feed</wfw:commentRss>
		<slash:comments>544</slash:comments>
		</item>
		<item>
		<title>Get Position of Last Column Containing Data with Excel VBA</title>
		<link>http://excelvbamacro.com/get-position-of-last-column-containing-data-with-excel-vba.html</link>
		<comments>http://excelvbamacro.com/get-position-of-last-column-containing-data-with-excel-vba.html#comments</comments>
		<pubDate>Sat, 13 Jun 2009 03:38:28 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[excel vba]]></category>
		<category><![CDATA[excel vba find last column]]></category>
		<category><![CDATA[excel vba last column]]></category>
		<category><![CDATA[last column excel vba]]></category>
		<category><![CDATA[vba column]]></category>
		<category><![CDATA[vba excel last column]]></category>
		<category><![CDATA[vba get last column]]></category>
		<category><![CDATA[vba last column]]></category>
		<category><![CDATA[vba tutorial]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=523</guid>
		<description><![CDATA[If you read my latest update on how we can get position of last row containing data, then most probably you already have a glimpse on how we perform the same task with last column containing data in Excel. The &#8230; <a href="http://excelvbamacro.com/get-position-of-last-column-containing-data-with-excel-vba.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/get-position-of-last-column-containing-data-with-excel-vba.html/feed</wfw:commentRss>
		<slash:comments>1148</slash:comments>
		</item>
		<item>
		<title>Auto Format Excel Cells with Error Value</title>
		<link>http://excelvbamacro.com/auto-format-cells-with-error-value.html</link>
		<comments>http://excelvbamacro.com/auto-format-cells-with-error-value.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:38:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[excel auto format cells]]></category>
		<category><![CDATA[excel cell colorindex]]></category>
		<category><![CDATA[excel cell conditional formating]]></category>
		<category><![CDATA[excel cell format vba]]></category>
		<category><![CDATA[excel error value]]></category>
		<category><![CDATA[excel special cells]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=445</guid>
		<description><![CDATA[With the simple Excel macro below, we can make all cells in active Worksheet that contains Error value in it, like #NULL, #Div/0!, #VALUE!, #Ref, #NAME?, #NUM!, And #N/A, will automatically having cell format that different/stand out among all other &#8230; <a href="http://excelvbamacro.com/auto-format-cells-with-error-value.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/auto-format-cells-with-error-value.html/feed</wfw:commentRss>
		<slash:comments>1775</slash:comments>
		</item>
		<item>
		<title>VBA Delete Excel Rows Based on Certain Date</title>
		<link>http://excelvbamacro.com/delete-excel-rows-based-on-certain-date.html</link>
		<comments>http://excelvbamacro.com/delete-excel-rows-based-on-certain-date.html#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:05:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[delete row]]></category>
		<category><![CDATA[excel macro]]></category>
		<category><![CDATA[excel macro delete row]]></category>
		<category><![CDATA[excel vba delete row]]></category>
		<category><![CDATA[filtered date]]></category>
		<category><![CDATA[function cells]]></category>
		<category><![CDATA[vba delete excel row]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=322</guid>
		<description><![CDATA[Let say I have a bunch of formatted data in my Excel sheet, and in Column A I have a dates. Then I wanna filter all the data base on certain date, for example 1 Jan 2009, and delete all &#8230; <a href="http://excelvbamacro.com/delete-excel-rows-based-on-certain-date.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/delete-excel-rows-based-on-certain-date.html/feed</wfw:commentRss>
		<slash:comments>1066</slash:comments>
		</item>
		<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>1640</slash:comments>
		</item>
		<item>
		<title>Check If Excel Workbook is Already Open or Not</title>
		<link>http://excelvbamacro.com/check-if-excel-workbook-is-already-open-or-not.html</link>
		<comments>http://excelvbamacro.com/check-if-excel-workbook-is-already-open-or-not.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:24:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[excel vba macro]]></category>
		<category><![CDATA[excel workbook]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=83</guid>
		<description><![CDATA[In my case, I work a lot with transferring data from current Excel Workbook to another Excel Workbook, and to be able to do that, of course I need to make sure whether the destination Workbook is already open or &#8230; <a href="http://excelvbamacro.com/check-if-excel-workbook-is-already-open-or-not.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/check-if-excel-workbook-is-already-open-or-not.html/feed</wfw:commentRss>
		<slash:comments>1096</slash:comments>
		</item>
		<item>
		<title>How To Find Row Position of a Particular Text</title>
		<link>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text.html</link>
		<comments>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text.html#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:18:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Cells and Range]]></category>
		<category><![CDATA[excel macro find row]]></category>
		<category><![CDATA[excel macro find text]]></category>
		<category><![CDATA[excel macro find text in cell]]></category>
		<category><![CDATA[excel vba find]]></category>
		<category><![CDATA[excel VBA find row]]></category>
		<category><![CDATA[excel vba find row containing text]]></category>
		<category><![CDATA[excel vba find text]]></category>
		<category><![CDATA[excel vba macro]]></category>
		<category><![CDATA[find excel vba]]></category>
		<category><![CDATA[find in excel vba]]></category>
		<category><![CDATA[find row position]]></category>
		<category><![CDATA[find row vba]]></category>
		<category><![CDATA[vba find row]]></category>
		<category><![CDATA[vba macro find]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=78</guid>
		<description><![CDATA[Sometimes in Excel, we need to find the row position of a particular text, maybe to be able to paste certain of data right below the corresponding text or else. Very useful if we have an Excel Worksheet Template that &#8230; <a href="http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/how-to-find-row-position-of-a-particular-text.html/feed</wfw:commentRss>
		<slash:comments>1407</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>778</slash:comments>
		</item>
	</channel>
</rss>

