<?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 &#8211; HowtoExcel.net</title>
	<atom:link href="https://howtoexcel.net/category/vba/feed" rel="self" type="application/rss+xml" />
	<link>https://howtoexcel.net</link>
	<description>Analytics. Automation. Process Improvement.</description>
	<lastBuildDate>Thu, 29 Jan 2026 05:28:39 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://howtoexcel.net/wp-content/uploads/2019/01/h2eicon.png</url>
	<title>vba &#8211; HowtoExcel.net</title>
	<link>https://howtoexcel.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Create a Spinning Wheel in Excel</title>
		<link>https://howtoexcel.net/2026/01/how-to-create-a-spinning-wheel-in-excel.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Thu, 29 Jan 2026 05:28:37 +0000</pubDate>
				<category><![CDATA[loops]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">https://howtoexcel.net/?p=11214</guid>

					<description><![CDATA[<p>Do you want to create a spinning wheel like in the video below? In this post, I&#8217;ll show you how you can do this, with the help of visual basic. There are a couple of ways you can create a spinning wheel effect. I&#8217;ll go over both approaches, and share the code with you so [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2026/01/how-to-create-a-spinning-wheel-in-excel.html">How to Create a Spinning Wheel in Excel</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Use the Macro Recorder in Excel</title>
		<link>https://howtoexcel.net/2025/10/how-to-use-the-macro-recorder-in-excel.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 06:07:34 +0000</pubDate>
				<category><![CDATA[beginner]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">https://howtoexcel.net/?p=10886</guid>

					<description><![CDATA[<p>If you find yourself performing the same steps over and over in Excel, whether it&#8217;s formatting reports, importing data, cleaning up columns, or just about anything else, the Macro Recorder can save you a ton of time. It’s one of Excel’s most powerful automation tools, yet many users overlook it because they think it requires [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2025/10/how-to-use-the-macro-recorder-in-excel.html">How to Use the Macro Recorder in Excel</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Get Rid of the Red Warning Bar in Microsoft Excel</title>
		<link>https://howtoexcel.net/2024/07/how-to-get-rid-of-the-red-warning-bar-in-microsoft-excel.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Mon, 22 Jul 2024 22:48:20 +0000</pubDate>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[macros]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=9318</guid>

					<description><![CDATA[<p>Have you opened a file in Excel which contains macros in it only to find that you can&#8217;t use it, because the content is blocked? If you&#8217;ve come across the following warning bar, I&#8217;m going to show you how can you remove it once and for all. This is different than the yellow warning bar [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2024/07/how-to-get-rid-of-the-red-warning-bar-in-microsoft-excel.html">How to Get Rid of the Red Warning Bar in Microsoft Excel</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create a Database Entry Form in Excel to Populate a Sheet Using VBA Macros</title>
		<link>https://howtoexcel.net/2024/05/create-a-database-entry-form-in-excel-to-populate-a-sheet-using-vba-macros.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 21 May 2024 00:21:00 +0000</pubDate>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[data entry]]></category>
		<category><![CDATA[macros]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=9004</guid>

					<description><![CDATA[<p>Excel isn&#8217;t a database software but as long as you don&#8217;t need to manage millions of data points or have complex, interlocking systems, it can potentially do the job for you &#8212; and save you plenty of money. You can create forms, that with the use of visual basic, can populate a database which you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2024/05/create-a-database-entry-form-in-excel-to-populate-a-sheet-using-vba-macros.html">Create a Database Entry Form in Excel to Populate a Sheet Using VBA Macros</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create a Date and Time Stamp in Excel Using VBA</title>
		<link>https://howtoexcel.net/2023/11/create-a-date-stamp-in-excel-using-vba.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 28 Nov 2023 00:00:00 +0000</pubDate>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[dates]]></category>
		<category><![CDATA[functions]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=8283</guid>

					<description><![CDATA[<p>Do you have a spreadsheet that needs to track dates? Whether it&#8217;s a shipping log, an inventory tracker, a sales order template, or just something to track when the last change was made to a cell, there&#8217;s an easy way you can create a date stamp in Excel with VBA. Use checkboxes to make your [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2023/11/create-a-date-stamp-in-excel-using-vba.html">Create a Date and Time Stamp in Excel Using VBA</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Bank Reconciliation Template 2024: Use Auto-Matching Rules to Speed Up Your Recs!</title>
		<link>https://howtoexcel.net/2023/07/bank-reconciliation-template.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Wed, 12 Jul 2023 23:35:06 +0000</pubDate>
				<category><![CDATA[template]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[bank reconciliation]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=7976</guid>

					<description><![CDATA[<p>Introducing the Ultimate Bank Reconciliation Excel Template &#8211; your time-saving companion for hassle-free financial management! Are you tired of spending hours manually matching transactions and dealing with duplicates during your bank reconciliations? Look no further! This downloadable Excel file is here to revolutionize the way you handle your finances. Packed with powerful features and user-friendly [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2023/07/bank-reconciliation-template.html">Bank Reconciliation Template 2024: Use Auto-Matching Rules to Speed Up Your Recs!</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		<enclosure url="https://howtoexcel.net/wp-content/uploads/2023/07/Bank-Rec-Promo-7.9.2023-1.mp4" length="42633854" type="video/mp4" />

			</item>
		<item>
		<title>Use VBA Code So a User Can Select a File or Folder Path</title>
		<link>https://howtoexcel.net/2023/01/use-vba-code-so-a-user-can-select-a-file-or-folder-path.html</link>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 03:29:20 +0000</pubDate>
				<category><![CDATA[macros]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=7689</guid>

					<description><![CDATA[<p>If you need to reference other files or folders within an Excel sheet, trying to predict what the path will be can be challenging. The easier option is to just have the user select the file or folder from their computer, and then have the path get pasted into a cell. To do this, you [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2023/01/use-vba-code-so-a-user-can-select-a-file-or-folder-path.html">Use VBA Code So a User Can Select a File or Folder Path</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Create For Loops in VBA</title>
		<link>https://howtoexcel.net/2022/08/how-to-create-for-loops-in-vba.html</link>
					<comments>https://howtoexcel.net/2022/08/how-to-create-for-loops-in-vba.html#respond</comments>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 02 Aug 2022 23:12:36 +0000</pubDate>
				<category><![CDATA[vba]]></category>
		<category><![CDATA[macros]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=7168</guid>

					<description><![CDATA[<p>You can add lots of automation to your spreadsheet by utilizing visual basic (VBA) and running macros. One of the more common macros you might run include loops. In particular, using for loops in VBA can allow you to cycle through a range of data, check for criteria, and then execute commands. Or, you can [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2022/08/how-to-create-for-loops-in-vba.html">How to Create For Loops in VBA</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://howtoexcel.net/2022/08/how-to-create-for-loops-in-vba.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Animate Your Dashboards in Excel With This Free Template</title>
		<link>https://howtoexcel.net/2022/03/animate-dashboards-excel.html</link>
					<comments>https://howtoexcel.net/2022/03/animate-dashboards-excel.html#respond</comments>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Tue, 08 Mar 2022 01:21:37 +0000</pubDate>
				<category><![CDATA[charts]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=6785</guid>

					<description><![CDATA[<p>Dashboards in Excel can update when a user makes a selection on a slicer or refreshes data. You can even use macros to automatically update a chart or dashboard for you. In this post, I&#8217;ll share with you a template that I&#8217;ve created that will allow you to effectively play your dashboard, updating it from [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2022/03/animate-dashboards-excel.html">Animate Your Dashboards in Excel With This Free Template</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://howtoexcel.net/2022/03/animate-dashboards-excel.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://howtoexcel.net/wp-content/uploads/2022/03/AnimateDashboard.mp4" length="5802041" type="video/mp4" />

			</item>
		<item>
		<title>How to Create a Toggle Button on the Excel Ribbon</title>
		<link>https://howtoexcel.net/2021/12/how-to-create-a-toggle-button-on-the-excel-ribbon.html</link>
					<comments>https://howtoexcel.net/2021/12/how-to-create-a-toggle-button-on-the-excel-ribbon.html#respond</comments>
		
		<dc:creator><![CDATA[howtoexcel]]></dc:creator>
		<pubDate>Fri, 17 Dec 2021 23:42:09 +0000</pubDate>
				<category><![CDATA[ribbon]]></category>
		<category><![CDATA[macros]]></category>
		<category><![CDATA[vba]]></category>
		<guid isPermaLink="false">http://axb.srl.mybluehost.me/?p=6539</guid>

					<description><![CDATA[<p>In a previous post, I went over how to modify the Excel ribbon with some basic buttons. This time, I&#8217;m going to focus specifically on a toggle button that can change the value of a cell or trigger a calculation or macro. In this example, I&#8217;ll show you how you can create a toggle button [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://howtoexcel.net/2021/12/how-to-create-a-toggle-button-on-the-excel-ribbon.html">How to Create a Toggle Button on the Excel Ribbon</a> appeared first on <a rel="nofollow" href="https://howtoexcel.net">HowtoExcel.net</a>.</p>
]]></description>
		
					<wfw:commentRss>https://howtoexcel.net/2021/12/how-to-create-a-toggle-button-on-the-excel-ribbon.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://howtoexcel.net/wp-content/uploads/2021/12/h2e-short-toggle_02.mp4" length="944919" type="video/mp4" />

			</item>
	</channel>
</rss>
