<?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; Excel VBA Function</title>
	<atom:link href="http://excelvbamacro.com/tag/excel-vba-function/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>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>13</slash:comments>
		</item>
		<item>
		<title>How To Find the Last Row That Contain Data in Excel?</title>
		<link>http://excelvbamacro.com/how-to-find-the-last-row-that-contain-data-in-excel.html</link>
		<comments>http://excelvbamacro.com/how-to-find-the-last-row-that-contain-data-in-excel.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 08:48:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[excel 2007 last row]]></category>
		<category><![CDATA[excel last row]]></category>
		<category><![CDATA[excel last row with data]]></category>
		<category><![CDATA[excel vba find last row]]></category>
		<category><![CDATA[excel vba find last row with data]]></category>
		<category><![CDATA[excel vba formula]]></category>
		<category><![CDATA[excel vba last row]]></category>
		<category><![CDATA[excel vba last row with data]]></category>
		<category><![CDATA[excel vba lastrow]]></category>
		<category><![CDATA[find last row excel vba]]></category>
		<category><![CDATA[last row excel vba]]></category>
		<category><![CDATA[last row in Excel]]></category>
		<category><![CDATA[last row with data]]></category>
		<category><![CDATA[vba excel last row]]></category>
		<category><![CDATA[VBA last row with data]]></category>

		<guid isPermaLink="false">http://localhost/excelvbamacro/?p=7</guid>
		<description><![CDATA[UPDATE June 13, 2008: Another alternative way to find the last row with data : Function LastRow() As Long Dim ix As Long ix = ActiveSheet.UsedRange.Row - 1 + ActiveSheet.UsedRange.Rows.Count LastRow = ix End Function I did a simple test, &#8230; <a href="http://excelvbamacro.com/how-to-find-the-last-row-that-contain-data-in-excel.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/how-to-find-the-last-row-that-contain-data-in-excel.html/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>How to ceiling a decimal number in Excel?</title>
		<link>http://excelvbamacro.com/how-to-ceiling-a-decimal-number-in-excel.html</link>
		<comments>http://excelvbamacro.com/how-to-ceiling-a-decimal-number-in-excel.html#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:03:24 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[ceiling vba]]></category>
		<category><![CDATA[excel vba ceiling]]></category>
		<category><![CDATA[vba ceil]]></category>
		<category><![CDATA[vba ceiling]]></category>
		<category><![CDATA[vba ceiling function]]></category>

		<guid isPermaLink="false">http://localhost/excelvbamacro/?p=6</guid>
		<description><![CDATA[Ceiling, or changing a specific decimal number into become its upper number, for example if we ceiling 3.25 we will got 4, or if we ceiling 2.75 then we will got 3 as a result. To get a result like &#8230; <a href="http://excelvbamacro.com/how-to-ceiling-a-decimal-number-in-excel.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/how-to-ceiling-a-decimal-number-in-excel.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

