<?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>Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</title>
	<atom:link href="https://excelvbatutor.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>https://excelvbatutor.com/</link>
	<description>Master Excel VBA with free tutorials, examples, and personalized guidance. Perfect for beginners and advanced users looking to automate Excel.</description>
	<lastBuildDate>Wed, 03 Oct 2018 05:14:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Decision Making in Excel VBA</title>
		<link>https://excelvbatutor.com/index.php/2017/09/15/decision-making-excel-vba/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Fri, 15 Sep 2017 04:34:13 +0000</pubDate>
				<category><![CDATA[Decision making]]></category>
		<category><![CDATA[If statement]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=2716</guid>

					<description><![CDATA[<p>In Excel VBA, we can write decision-making codes based on certain conditions. There are two methods to write decision-making code in Excel VBA, using the If&#8230;..Then&#8230;Else syntax or using the Select Case&#8230;End select syntax. The syntaxes are exactly the same as VB6.  You need to use both the conditional operators and the logical operators together &#8230; <a href="https://excelvbatutor.com/index.php/2017/09/15/decision-making-excel-vba/" class="more-link">Continue reading<span class="screen-reader-text"> "Decision Making in Excel VBA"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2017/09/15/decision-making-excel-vba/">Decision Making in Excel VBA</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In Excel VBA, we can write decision-making codes based on certain conditions. There are two methods to write decision-making code in Excel VBA, using the If&#8230;..Then&#8230;Else syntax or using the Select Case&#8230;End select syntax.</p>
<p>The syntaxes are exactly the same as VB6.  You need to use both the conditional operators and the logical operators together with If&#8230;The&#8230;Else statements and Select Case statements.</p>
<p>For example</p>
<p>If sale&gt;1000 Then</p>
<p>bonus=50*sale</p>
<p>Else</p>
<p>Bonus=0</p>
<p>End If</p>
<p>For more information, read the articles below:</p>
<blockquote class="wp-embedded-content" data-secret="XYT7UrqHlM"><p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-10-decision-making-1-if-then-else/">Excel 2010 VBA Lesson 10: Using If&#8230;Then&#8230;Else</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-10-decision-making-1-if-then-else/embed/#?secret=XYT7UrqHlM" data-secret="XYT7UrqHlM" width="600" height="338" title="&#8220;Excel 2010 VBA Lesson 10: Using If&#8230;Then&#8230;Else&#8221; &#8212; Excel VBA Tutorial" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<blockquote class="wp-embedded-content" data-secret="nDP8Z3BzJF"><p><a href="http://excelvbatutor.com/index.php/excel-vba-lesson-11-decision-making-2-select-case-end-select/">Excel 2010 VBA Lesson 11: Using Select Case</a></p></blockquote>
<p><iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  src="http://excelvbatutor.com/index.php/excel-vba-lesson-11-decision-making-2-select-case-end-select/embed/#?secret=nDP8Z3BzJF" data-secret="nDP8Z3BzJF" width="600" height="338" title="&#8220;Excel 2010 VBA Lesson 11: Using Select Case&#8221; &#8212; Excel VBA Tutorial" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2017/09/15/decision-making-excel-vba/">Decision Making in Excel VBA</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating Charts and Graphs in Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2015/10/27/creating-charts-and-graphs-in-excel-vba-2010/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Tue, 27 Oct 2015 02:56:48 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=2150</guid>

					<description><![CDATA[<p>In Excel VBA 2010, we can write code to create charts and graphs easily based on the data on the spreadsheet. Excel 2010 has made charting engine as part of the Shape object. It is also an object by itself. We can create charts on a sheet of their own or embed them into an &#8230; <a href="https://excelvbatutor.com/index.php/2015/10/27/creating-charts-and-graphs-in-excel-vba-2010/" class="more-link">Continue reading<span class="screen-reader-text"> "Creating Charts and Graphs in Excel VBA 2010"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2015/10/27/creating-charts-and-graphs-in-excel-vba-2010/">Creating Charts and Graphs in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In Excel VBA 2010, we can write code to create charts and graphs easily based on the data on the spreadsheet. Excel 2010 has made charting engine as part of the Shape object. It is also an object by itself. We can create charts on a sheet of their own or embed them into an existing worksheet. The chart sheet is the Chart object whereas the embedded chart is part of the shape collection for the worksheet. Learn more in the link below:</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-24-creating-charts-and-graphs/">http://excelvbatutor.com/index.php/excel-vba-2010-lesson-24-creating-charts-and-graphs/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2015/10/27/creating-charts-and-graphs-in-excel-vba-2010/">Creating Charts and Graphs in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Range Object in Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2015/03/22/the-range-object-in-excel-vba-2010/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sun, 22 Mar 2015 10:53:32 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1893</guid>

					<description><![CDATA[<p>Range is one of the most important and most commonly used Excel VBA 2010 object. The Range object contains two arguments that specifies a selected area on the spreadsheet. The syntax is Range(starting_cell,Ending_ Cell).  For example, Range(“A1:C6″) means the specified range is from cell A1 to C6. To select the specified range, the syntax is &#8230; <a href="https://excelvbatutor.com/index.php/2015/03/22/the-range-object-in-excel-vba-2010/" class="more-link">Continue reading<span class="screen-reader-text"> "The Range Object in Excel VBA 2010"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2015/03/22/the-range-object-in-excel-vba-2010/">The Range Object in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Range is one of the most important and most commonly used Excel VBA 2010 object. The Range object contains two arguments that specifies a selected area on the spreadsheet. The syntax is <strong>Range(starting_cell,Ending_ Cell). </strong></p>
<p>For example, Range(“A1:C6″) means the specified range is from cell A1 to C6.</p>
<p>To select the specified range, the syntax is</p>
<p><strong>Range(“A1:C6″).Select</strong></p>
<p>where select is a method of the Range object</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-18-the-range-object/">Learn more about the Range Object</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2015/03/22/the-range-object-in-excel-vba-2010/">The Range Object in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Using If&#8230;Then&#8230;Else in Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2014/10/05/using-if-then-else-in-excel-vba-2010/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Sun, 05 Oct 2014 14:35:47 +0000</pubDate>
				<category><![CDATA[Decision making]]></category>
		<category><![CDATA[If statement]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1775</guid>

					<description><![CDATA[<p>In Excel VBA 2010, decision making involves the use of the If..Then…Else syntax to process data and display the output based on the fulfilment of certain conditions. To effectively control the VB program flow, we need to use If…Then…Else statement together with the conditional operators and logical operators. Read More&#8230;&#8230;</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/10/05/using-if-then-else-in-excel-vba-2010/">Using If&#8230;Then&#8230;Else in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In Excel VBA 2010, decision making involves the use of the If..Then…Else syntax to process data and display the output based on the fulfilment of certain conditions. To effectively control the VB program flow, we need to use If…Then…Else statement together with the conditional operators and logical operators. </p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-10-decision-making-1-if-then-else/">Read More&#8230;&#8230;</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/10/05/using-if-then-else-in-excel-vba-2010/">Using If&#8230;Then&#8230;Else in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating Animation in Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2014/07/23/creating-animation-in-excel-vba-2010/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Wed, 23 Jul 2014 01:11:19 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1768</guid>

					<description><![CDATA[<p>Beside creating Excel VBA 2010 code for business and scientific calculations, it is also possible to creating some fun applications in Excel VBA 2010, including animation. Although professionals programmers might not be interested to write such applications, it is worth while trying them out as a hobby and for personal satisfaction. Read more&#8230;.</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/07/23/creating-animation-in-excel-vba-2010/">Creating Animation in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Beside creating Excel VBA  2010 code for business and scientific calculations, it is also possible to creating some fun applications in Excel VBA 2010, including animation. Although professionals programmers might not be interested to write such applications, it is worth while trying them out as a hobby and for personal satisfaction.</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-25-creating-animation-in-excel-vba-2010/" title="Animation in Excel VBA 2010">Read more&#8230;.</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/07/23/creating-animation-in-excel-vba-2010/">Creating Animation in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating charts in Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2014/05/28/creating-charts-in-excel-vba-2010/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Wed, 28 May 2014 05:38:49 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1760</guid>

					<description><![CDATA[<p>Can we write code to create charts and graphs in Excel VBA 2010? Yes, you can. Excel VBA 2010 has included charting engine as part of the Shape object. It is also an object by itself. We can create charts on a sheet of their own or embed them into an existing worksheet. The chart &#8230; <a href="https://excelvbatutor.com/index.php/2014/05/28/creating-charts-in-excel-vba-2010/" class="more-link">Continue reading<span class="screen-reader-text"> "Creating charts in Excel VBA 2010"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/05/28/creating-charts-in-excel-vba-2010/">Creating charts in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Can we write code to create charts and graphs in Excel VBA 2010? Yes, you can. Excel VBA 2010 has included charting engine as part of the Shape object. It is also an object by itself.  We can create charts on a sheet of their own or embed them into an  existing worksheet. The chart sheet is the Chart object whereas the embedded chart is part of the shape collection for the worksheet.</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-lesson-24-creating-charts-and-graphs/">Read More&#8230;&#8230;</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/05/28/creating-charts-in-excel-vba-2010/">Creating charts in Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Introduction to Excel VBA 2010</title>
		<link>https://excelvbatutor.com/index.php/2014/02/17/1744/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Mon, 17 Feb 2014 08:07:34 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1744</guid>

					<description><![CDATA[<p>Is creating Excel VBA in MS Excel 2010 as easy as in Ms Excel 2003 and older versions? The fact is Microsoft Excel 2010 looks similar to Microsoft Excel 2007 but both are considerably different from Microsoft Excel 2003. MS Excel 2010 employs interactive ribbon controls for the menu bar instead of the old menu &#8230; <a href="https://excelvbatutor.com/index.php/2014/02/17/1744/" class="more-link">Continue reading<span class="screen-reader-text"> "Introduction to Excel VBA 2010"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/02/17/1744/">Introduction to Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Is creating Excel VBA in MS Excel 2010 as easy as in Ms Excel 2003 and older versions? The fact is Microsoft Excel 2010 looks similar to Microsoft Excel 2007 but both are considerably different from Microsoft Excel 2003. MS Excel 2010 employs interactive ribbon controls for the menu bar instead of the old menu structure. Fortunately, the Visual Basic Editor (VBE) remains largely the same as that of version 2003. However, finding the active-x controls on the ribbon control is not as obvious as in Microsoft Excel 2003. Learn how to create Excel VBA in MS Excel 2010 by following the link below:</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-2010-tutorial-lesson-1-introduction-to-excel-vba-2010-editor/">http://excelvbatutor.com/index.php/excel-vba-2010-tutorial-lesson-1-introduction-to-excel-vba-2010-editor/</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2014/02/17/1744/">Introduction to Excel VBA 2010</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Launching Excel VBA 2010 tutorial</title>
		<link>https://excelvbatutor.com/index.php/2013/12/17/launching-excel-vba-2010-tutorial/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Tue, 17 Dec 2013 12:09:47 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=1598</guid>

					<description><![CDATA[<p>Great news for all Excel VBA programmers, hobbyists, students and teachers! We are launching the latest Excel VBA 2010 tutorial today. This tutorial caters for those of you who are using Excel 2010. It is also suitable for some of you who are still using Excel 2007. Please check it out at: http://excelvbatutor.com/index.php/exccel-vba-2010-tutorial/</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/12/17/launching-excel-vba-2010-tutorial/">Launching Excel VBA 2010 tutorial</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Great news for all Excel VBA programmers, hobbyists, students and teachers!</p>
<p>We are launching the latest Excel VBA 2010 tutorial today. This tutorial caters for those of you who are using Excel 2010. It is also suitable for some of you who are still using Excel 2007. Please check it out at:</p>
<p><a href="http://excelvbatutor.com/index.php/exccel-vba-2010-tutorial/">http://excelvbatutor.com/index.php/exccel-vba-2010-tutorial/</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/12/17/launching-excel-vba-2010-tutorial/">Launching Excel VBA 2010 tutorial</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel VBA Functions</title>
		<link>https://excelvbatutor.com/index.php/2013/08/23/excel-vba-functions-2/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Fri, 23 Aug 2013 07:07:56 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=800</guid>

					<description><![CDATA[<p>In Excel VBA, a function is similar to a procedure but the main purpose of the function is to accept a certain input from the user and return a value which is passed on to the main program to finish the execution. There are two types of functions, the built-in functions (or internal functions) and &#8230; <a href="https://excelvbatutor.com/index.php/2013/08/23/excel-vba-functions-2/" class="more-link">Continue reading<span class="screen-reader-text"> "Excel VBA Functions"</span></a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/08/23/excel-vba-functions-2/">Excel VBA Functions</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In Excel VBA, a function is similar to a procedure but the main purpose of the function is to accept a certain input from the user and return a value which is passed on to the main program to finish the execution. There are two types of functions, the built-in functions (or internal functions) and the functions created by the programmers, or simply called user-defined functions. We shall deal with built-in functions in this lesson and the user-defined functions in the next lesson.</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-lesson-8/">Read On&#8230;..</a></p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/08/23/excel-vba-functions-2/">Excel VBA Functions</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel VBA Methods</title>
		<link>https://excelvbatutor.com/index.php/2013/08/22/excel-vba-methods/</link>
		
		<dc:creator><![CDATA[Liew Voon Kiong]]></dc:creator>
		<pubDate>Thu, 22 Aug 2013 09:31:29 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">http://excelvbatutor.com/?p=798</guid>

					<description><![CDATA[<p>A method of an Excel VBA object normally do something or perform certain operations. For example, ClearContents is a method of the range object that clears the contents of a cell or a range of cells. For example, You can write the following code to clear the contents of certain range: Read on&#8230;&#8230;. &#160;</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/08/22/excel-vba-methods/">Excel VBA Methods</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A method of an Excel VBA object normally do something or perform certain operations. For example, ClearContents is a method of the range object that clears the contents of a cell or a range of cells. For example, You can write the following code to clear the contents of certain range:</p>
<p><a href="http://excelvbatutor.com/index.php/excel-vba-lesson-14/">Read on&#8230;&#8230;.</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://excelvbatutor.com/index.php/2013/08/22/excel-vba-methods/">Excel VBA Methods</a> appeared first on <a href="https://excelvbatutor.com">Learn Excel VBA Online – Step-by-Step Tutorials &amp; Courses | ExcelVBATutor</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
