<?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</title>
	<atom:link href="http://excelvbamacro.com/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>35</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>34</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>36</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>40</slash:comments>
		</item>
		<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>30</slash:comments>
		</item>
		<item>
		<title>How to get an Acronym using Excel VBA?</title>
		<link>http://excelvbamacro.com/acronym-excel-vba.html</link>
		<comments>http://excelvbamacro.com/acronym-excel-vba.html#comments</comments>
		<pubDate>Wed, 17 Jun 2009 07:25:04 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[acronym]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[excel macro example]]></category>
		<category><![CDATA[excel vba example]]></category>
		<category><![CDATA[left]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[ucase]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=530</guid>
		<description><![CDATA[The purpose of the following example of Excel VBA macro is to get the acronym or an abbreviation of each of the first letter of any given words. Function Acronym(Words As Variant) As String Dim aWord() As String, ix As &#8230; <a href="http://excelvbamacro.com/acronym-excel-vba.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/acronym-excel-vba.html/feed</wfw:commentRss>
		<slash:comments>35</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>63</slash:comments>
		</item>
		<item>
		<title>Find the Last Day of any Month</title>
		<link>http://excelvbamacro.com/find-the-last-day-of-any-month.html</link>
		<comments>http://excelvbamacro.com/find-the-last-day-of-any-month.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 03:42:11 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Excel Formula]]></category>
		<category><![CDATA[excel formula]]></category>
		<category><![CDATA[excel vba end of month]]></category>
		<category><![CDATA[last day of month]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=516</guid>
		<description><![CDATA[Simple Microsoft Excel formula to find the last day of any given month. ' =DATE(YEAR(A1),MONTH(A1)+1,0) ' Posts Related to Find the Last Day of any MonthHow to create Excel function/formula?This is the reason why the power of Excel when combined &#8230; <a href="http://excelvbamacro.com/find-the-last-day-of-any-month.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/find-the-last-day-of-any-month.html/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Schedules to Refresh Data Automatically using VBA Macro</title>
		<link>http://excelvbamacro.com/schedules-to-refresh-data-automatically-using-vba-macro.html</link>
		<comments>http://excelvbamacro.com/schedules-to-refresh-data-automatically-using-vba-macro.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:02:37 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[application.ontime]]></category>
		<category><![CDATA[data refresh]]></category>
		<category><![CDATA[excel macro refresh data]]></category>
		<category><![CDATA[excel vba refresh external data]]></category>
		<category><![CDATA[function refresh]]></category>
		<category><![CDATA[run macro automatically]]></category>
		<category><![CDATA[vba refresh data]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=509</guid>
		<description><![CDATA[I once asked by Joshuacht about how to make a macro running every 15 minutes. Let say because every 15 minutes we have to refresh or reload the data in the Workbook. Below is a sample of how we can &#8230; <a href="http://excelvbamacro.com/schedules-to-refresh-data-automatically-using-vba-macro.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/schedules-to-refresh-data-automatically-using-vba-macro.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Excel VBA Add Set of Worksheets Automatically</title>
		<link>http://excelvbamacro.com/excel-vba-add-set-of-worksheets-automatically.html</link>
		<comments>http://excelvbamacro.com/excel-vba-add-set-of-worksheets-automatically.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 02:53:14 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Workbook and Worksheet]]></category>
		<category><![CDATA[excel vba add worksheet]]></category>
		<category><![CDATA[excel vba worksheet]]></category>
		<category><![CDATA[excel worksheet]]></category>

		<guid isPermaLink="false">http://excelvbamacro.com/?p=473</guid>
		<description><![CDATA[There is a time when we must create a set of Excel Worksheets templates on a regular basis in our work. For example, a set of Excel Worksheet for each month of the year or may be based on the &#8230; <a href="http://excelvbamacro.com/excel-vba-add-set-of-worksheets-automatically.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://excelvbamacro.com/excel-vba-add-set-of-worksheets-automatically.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

