<?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>VBA - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/tag/vba/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/tag/vba/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 30 Sep 2025 12:50:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://simpleexcelvba.com/wp-content/uploads/2019/11/cropped-logo-32x32.png</url>
	<title>VBA - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/tag/vba/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Debug VBA Like a Professional &#8211; Complete Guide (2025)</title>
		<link>https://simpleexcelvba.com/how-to-debug-vba-like-professional/</link>
					<comments>https://simpleexcelvba.com/how-to-debug-vba-like-professional/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 30 Sep 2025 12:49:23 +0000</pubDate>
				<category><![CDATA[Debugging & Troubleshooting]]></category>
		<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[VBA Tutorials]]></category>
		<category><![CDATA[Breakpoints]]></category>
		<category><![CDATA[Code Debugging]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Immediate Window]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[VBA Tools]]></category>
		<category><![CDATA[VBA Troubleshooting]]></category>
		<category><![CDATA[Watch Expressions]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1948</guid>

					<description><![CDATA[<p>Debugging VBA code can be frustrating and time-consuming if you don&#8217;t know the right tools. In this comprehensive guide, I&#8217;m going to show you how to debug VBA like a professional using powerful built-in tools that most developers overlook. Stop wasting hours adding MsgBox statements everywhere! Learn the professional way to find and fix bugs &#8230; <a href="https://simpleexcelvba.com/how-to-debug-vba-like-professional/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Debug VBA Like a Professional &#8211; Complete Guide (2025)"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-debug-vba-like-professional/">How to Debug VBA Like a Professional &#8211; Complete Guide (2025)</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-debug-vba-like-professional/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>5 Most Common VBA Mistakes That Slow Down Your Code</title>
		<link>https://simpleexcelvba.com/5-most-common-vba-mistakes-that-slow-down-your-code/</link>
					<comments>https://simpleexcelvba.com/5-most-common-vba-mistakes-that-slow-down-your-code/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 11 Sep 2025 12:02:50 +0000</pubDate>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Performance Optimization]]></category>
		<category><![CDATA[VBA Tutorials]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Code Optimization]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Macro Speed]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Screen Updating]]></category>
		<category><![CDATA[Variable Types]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1939</guid>

					<description><![CDATA[<p>Working with VBA for years, I&#8217;ve seen the same performance killers over and over again. In this article, I&#8217;m going to show you the 5 most common VBA mistakes that make your code crawl like a snail, and how to fix them to get lightning-fast performance. I&#8217;ll prove each point with real examples and performance &#8230; <a href="https://simpleexcelvba.com/5-most-common-vba-mistakes-that-slow-down-your-code/" class="more-link">Continue reading<span class="screen-reader-text"> "5 Most Common VBA Mistakes That Slow Down Your Code"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/5-most-common-vba-mistakes-that-slow-down-your-code/">5 Most Common VBA Mistakes That Slow Down Your Code</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/5-most-common-vba-mistakes-that-slow-down-your-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to return a result from VBA function?</title>
		<link>https://simpleexcelvba.com/how-to-return-a-result-from-vba-function/</link>
					<comments>https://simpleexcelvba.com/how-to-return-a-result-from-vba-function/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Sat, 12 Jun 2021 14:04:59 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[function return vba]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[return a result from function]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1264</guid>

					<description><![CDATA[<p>As You may know, in general in programming to return a result from function there is Return statement. Even Visual Basic has it. Unfortunately there is no such thing in VBA. In this article I&#8217;m going to show You how to return a result from VBA function. Let&#8217;s start with function For the purpose of &#8230; <a href="https://simpleexcelvba.com/how-to-return-a-result-from-vba-function/" class="more-link">Continue reading<span class="screen-reader-text"> "How to return a result from VBA function?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-return-a-result-from-vba-function/">How to return a result from VBA function?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-return-a-result-from-vba-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to destroy Scripting Dictionary?</title>
		<link>https://simpleexcelvba.com/how-to-destroy-scripting-dictionary/</link>
					<comments>https://simpleexcelvba.com/how-to-destroy-scripting-dictionary/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Fri, 30 Apr 2021 09:00:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[delete scripting dictionary]]></category>
		<category><![CDATA[destroy scripting dictionary]]></category>
		<category><![CDATA[get rid of scripting dictionary]]></category>
		<category><![CDATA[remove scripting dictionary]]></category>
		<category><![CDATA[scripting dictionary]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1248</guid>

					<description><![CDATA[<p>I love dictionaries! This is amazing object to create magical list of anything and to find any in just a second! But after they are not in use anymore, how to set them to nothing? How to destroy Scripting Dictionary? Straight to the topic Or almost straight. I had a situation, where I created Scripting &#8230; <a href="https://simpleexcelvba.com/how-to-destroy-scripting-dictionary/" class="more-link">Continue reading<span class="screen-reader-text"> "How to destroy Scripting Dictionary?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-destroy-scripting-dictionary/">How to destroy Scripting Dictionary?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-destroy-scripting-dictionary/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Google Chrome automation with Selenium Basic</title>
		<link>https://simpleexcelvba.com/google-chrome-automation-with-selenium-basic/</link>
					<comments>https://simpleexcelvba.com/google-chrome-automation-with-selenium-basic/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 08:15:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Web automation]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google chrome web automation using selenium basic]]></category>
		<category><![CDATA[google chrome web scraping]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[web automation]]></category>
		<category><![CDATA[web scraping]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1209</guid>

					<description><![CDATA[<p>In my previous article I showed You how to scrap websites using good old buddy Internet Explorer. It is ok, but in case of more complex Java Script frontend sites our good old buddy might be not enough. In this post I will show You what You need to do to create web automation using &#8230; <a href="https://simpleexcelvba.com/google-chrome-automation-with-selenium-basic/" class="more-link">Continue reading<span class="screen-reader-text"> "Google Chrome automation with Selenium Basic"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/google-chrome-automation-with-selenium-basic/">Google Chrome automation with Selenium Basic</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/google-chrome-automation-with-selenium-basic/feed/</wfw:commentRss>
			<slash:comments>25</slash:comments>
		
		
			</item>
		<item>
		<title>Add signature to your automated emails</title>
		<link>https://simpleexcelvba.com/add-signature-to-your-automated-emails/</link>
					<comments>https://simpleexcelvba.com/add-signature-to-your-automated-emails/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 18 Mar 2021 18:01:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[add singature to automated emails]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[singature]]></category>
		<category><![CDATA[singature in outlook automated emails]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1174</guid>

					<description><![CDATA[<p>Tired of issues connected with email automation in Outlook application? Here is another one! In todays article we are going to get rid of it and learn how to add signature to your automated emails. If You&#8217;ve ever tried to automate your correspondence in Outlook, You probably already did fight with that kind of problem. &#8230; <a href="https://simpleexcelvba.com/add-signature-to-your-automated-emails/" class="more-link">Continue reading<span class="screen-reader-text"> "Add signature to your automated emails"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/add-signature-to-your-automated-emails/">Add signature to your automated emails</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/add-signature-to-your-automated-emails/feed/</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
			</item>
	</channel>
</rss>
