<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Excel VBA Sub Procedures: The Complete Tutorial	</title>
	<atom:link href="https://powerspreadsheets.com/vba-sub-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>https://powerspreadsheets.com/vba-sub-procedures/</link>
	<description>Excel and VBA tutorials and training. Learn how to use Microsoft Excel and Visual Basic for Applications now.</description>
	<lastBuildDate>Thu, 26 Mar 2020 17:05:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ross Marsden		</title>
		<link>https://powerspreadsheets.com/vba-sub-procedures/#comment-131</link>

		<dc:creator><![CDATA[Ross Marsden]]></dc:creator>
		<pubDate>Tue, 31 Jan 2017 20:58:00 +0000</pubDate>
		<guid isPermaLink="false">https://powerspreadsheets.com/?p=1322#comment-131</guid>

					<description><![CDATA[Great information. Thanks.
I was looking for the difference between Run, Call and just stating the macro&#039;s name.
In short: 
You need to use Run if the macro is in another project.
Run passes arguments by value; Call passes them by reference.
Syntax:   Call MacroName(arg1,arg2,arg3)
               MacroName arg1 arg2 arg3]]></description>
			<content:encoded><![CDATA[<p>Great information. Thanks.<br />
I was looking for the difference between Run, Call and just stating the macro&#8217;s name.<br />
In short:<br />
You need to use Run if the macro is in another project.<br />
Run passes arguments by value; Call passes them by reference.<br />
Syntax:   Call MacroName(arg1,arg2,arg3)<br />
               MacroName arg1 arg2 arg3</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: powerspreadsheets.com @ 2026-04-30 09:04:17 by W3 Total Cache
-->