<?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/category/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>Excel VBA: Empty Clipboard Excel</title>
		<link>http://excelvbamacro.com/empty-clipboard-excel.html</link>
		<comments>http://excelvbamacro.com/empty-clipboard-excel.html#comments</comments>
		<pubDate>Mon, 28 Feb 2011 01:55:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=603</guid>
		<description><![CDATA[Do you ever think or need to clear/empty Clipboard Excel? I have a big Excel file which abusing the power of copy and paste to format the data and formula. I prefer to update the formula once, then save the &#8230; <a href="http://excelvbamacro.com/empty-clipboard-excel.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/empty-clipboard-excel.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Get a Full File Path in Excel?</title>
		<link>http://excelvbamacro.com/full-file-path-excel.html</link>
		<comments>http://excelvbamacro.com/full-file-path-excel.html#comments</comments>
		<pubDate>Wed, 19 May 2010 13:24:29 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[file path]]></category>
		<category><![CDATA[fullname]]></category>
		<category><![CDATA[Function]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=571</guid>
		<description><![CDATA[Ever needed to find out the full path of your current file? What I mean by full path here is the full location of the active file including the directory path and full file name. If you did, then what &#8230; <a href="http://excelvbamacro.com/full-file-path-excel.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/full-file-path-excel.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Remove Non-AlphaNumeric Characters from String</title>
		<link>http://excelvbamacro.com/remove-non-alphanumeric-characters.html</link>
		<comments>http://excelvbamacro.com/remove-non-alphanumeric-characters.html#comments</comments>
		<pubDate>Tue, 18 May 2010 13:11:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[alphanumeric]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=568</guid>
		<description><![CDATA[The function below will allow us to remove a non alphanumeric character from an input string. Be careful though, lengther the string, more time needed to evaluate each string on the sentence. To bad that I don&#8217;t have any idea &#8230; <a href="http://excelvbamacro.com/remove-non-alphanumeric-characters.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/remove-non-alphanumeric-characters.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Sum Unique/Distinct Values in Excel</title>
		<link>http://excelvbamacro.com/sum-uniquedistinct-values-excel.html</link>
		<comments>http://excelvbamacro.com/sum-uniquedistinct-values-excel.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:29:05 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=553</guid>
		<description><![CDATA[Usually in the sequential database system, we can SUM only unique values in table column by adding all the values from SELECT DISTINCT query result only. Based on the same principle, we can also create a simple VBA function in &#8230; <a href="http://excelvbamacro.com/sum-uniquedistinct-values-excel.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/sum-uniquedistinct-values-excel.html/feed</wfw:commentRss>
		<slash:comments>18</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>22</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>14</slash:comments>
		</item>
		<item>
		<title>How To Open Excel File Using Macro</title>
		<link>http://excelvbamacro.com/how-to-open-excel-file-using-macro.html</link>
		<comments>http://excelvbamacro.com/how-to-open-excel-file-using-macro.html#comments</comments>
		<pubDate>Thu, 11 Sep 2008 05:42:18 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[Dialog Box]]></category>
		<category><![CDATA[excel macro open excel file]]></category>
		<category><![CDATA[excel macro open file]]></category>
		<category><![CDATA[excel macro to open a file]]></category>
		<category><![CDATA[excel open file macro]]></category>
		<category><![CDATA[excel vba open file]]></category>
		<category><![CDATA[macro excel open file]]></category>
		<category><![CDATA[macro open file]]></category>
		<category><![CDATA[macro to open a file]]></category>
		<category><![CDATA[macro to open excel file]]></category>
		<category><![CDATA[Open File]]></category>
		<category><![CDATA[open file macro]]></category>
		<category><![CDATA[open file macro excel]]></category>
		<category><![CDATA[vba macro open file]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=30</guid>
		<description><![CDATA[Imagine this condition; We are in the middle of doing something using Excel VBA macro, then we want the macro to automatically show the File Open dialog box to make us (user) able to choose another Excel file to be &#8230; <a href="http://excelvbamacro.com/how-to-open-excel-file-using-macro.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/how-to-open-excel-file-using-macro.html/feed</wfw:commentRss>
		<slash:comments>21</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>9</slash:comments>
		</item>
		<item>
		<title>Handy VBA To Calculate Person Age</title>
		<link>http://excelvbamacro.com/handy-function-to-calculate-person-age.html</link>
		<comments>http://excelvbamacro.com/handy-function-to-calculate-person-age.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 01:45:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[datediff]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[vba function]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=20</guid>
		<description><![CDATA[This handy VBA procedure is just to show you how we can calculate and display someone Age. To do this, of course we need to know their date of birth first, then simply using datediff and mod vba functions we &#8230; <a href="http://excelvbamacro.com/handy-function-to-calculate-person-age.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/handy-function-to-calculate-person-age.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Getting Cell Reference With Input Box</title>
		<link>http://excelvbamacro.com/getting-cell-references-with-input-box.html</link>
		<comments>http://excelvbamacro.com/getting-cell-references-with-input-box.html#comments</comments>
		<pubDate>Tue, 09 Sep 2008 13:37:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel VBA Function]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[excel vba input box]]></category>
		<category><![CDATA[excel vba inputbox]]></category>
		<category><![CDATA[Input Box]]></category>
		<category><![CDATA[input box vba]]></category>
		<category><![CDATA[input range vba]]></category>
		<category><![CDATA[Paste]]></category>
		<category><![CDATA[vba input range]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=13</guid>
		<description><![CDATA[We can get an input from user using Input Box, but we also can use the Input Box to get the address of cell reference in Microsoft Excel. Using simple Excel VBA procedure below we can ask user to select &#8230; <a href="http://excelvbamacro.com/getting-cell-references-with-input-box.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/getting-cell-references-with-input-box.html/feed</wfw:commentRss>
		<slash:comments>173</slash:comments>
		</item>
	</channel>
</rss>

