<?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 - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/category/excel/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/category/excel/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Thu, 13 Apr 2023 20:02:34 +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>Excel - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/category/excel/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to get Excel data using Python?</title>
		<link>https://simpleexcelvba.com/how-to-get-excel-data-using-python/</link>
					<comments>https://simpleexcelvba.com/how-to-get-excel-data-using-python/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 10 Oct 2022 19:38:15 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[create dataframe using pandas library in python]]></category>
		<category><![CDATA[how to get excel data using python]]></category>
		<category><![CDATA[import pandas as pd]]></category>
		<category><![CDATA[sql query in adodb vba vs pandas python]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1840</guid>

					<description><![CDATA[<p>I already showed You how to get data from Excel file using ListObject and using SQL query in VBA. To make things more interesting I thought it is time for something way more different. In this article I&#8217;m going to shortly present how to get Excel data using Python. Today we will use the same &#8230; <a href="https://simpleexcelvba.com/how-to-get-excel-data-using-python/" class="more-link">Continue reading<span class="screen-reader-text"> "How to get Excel data using Python?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-get-excel-data-using-python/">How to get Excel data using Python?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-get-excel-data-using-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to get data from Excel table using ListObject?</title>
		<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/</link>
					<comments>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 05 Apr 2022 18:35:36 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to get data from excel table using ListObject]]></category>
		<category><![CDATA[loop through every ListRow of ListObject]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1771</guid>

					<description><![CDATA[<p>Let&#8217;s go back to the basics and learn about getting the data from Excel worksheet. But not just filled worksheet cells with text and numbers. In this article I&#8217;m going to show You how to get the Excel table data using ListObject in VBA. So let me start with the data. Sample data For the &#8230; <a href="https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/" class="more-link">Continue reading<span class="screen-reader-text"> "How to get data from Excel table using ListObject?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/">How to get data from Excel table using ListObject?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to copy object collection data to worksheet?</title>
		<link>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/</link>
					<comments>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 17:16:58 +0000</pubDate>
				<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to copy object collection data to spreadsheet]]></category>
		<category><![CDATA[how to loop through collection of class objects and put the data into excel worksheet]]></category>
		<category><![CDATA[how to write up collection to spreadsheet range]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1573</guid>

					<description><![CDATA[<p>The main topic seems to be really simple and obvious, but the truth is probably quite different than You could expect. In this article I want to show You how to copy object collection data into worksheet, but faster. Background story Of course, the best topics for articles are the real ones.I had a collection, &#8230; <a href="https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/" class="more-link">Continue reading<span class="screen-reader-text"> "How to copy object collection data to worksheet?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/">How to copy object collection data to worksheet?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-copy-object-collection-data-to-worksheet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create &#038; use User-Defined Function (UDF)?</title>
		<link>https://simpleexcelvba.com/how-to-create-use-user-defined-function-udf/</link>
					<comments>https://simpleexcelvba.com/how-to-create-use-user-defined-function-udf/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 25 Oct 2021 12:10:27 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[how to create user defined function udf in vba]]></category>
		<category><![CDATA[how to use user defined function udf in vba]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1558</guid>

					<description><![CDATA[<p>Usually there is already built-in function, which can meet your requirements. But sometimes this is not exactly what You needed or it&#8217;s not exist. In this article I will show You how to create and use User-Defined Function (UDF) in VBA. Built-in function In most cases there are already some functionalities in the programming language &#8230; <a href="https://simpleexcelvba.com/how-to-create-use-user-defined-function-udf/" class="more-link">Continue reading<span class="screen-reader-text"> "How to create &#038; use User-Defined Function (UDF)?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-create-use-user-defined-function-udf/">How to create &#038; use User-Defined Function (UDF)?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-create-use-user-defined-function-udf/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to connect to Microsoft SQL Server using VBA?</title>
		<link>https://simpleexcelvba.com/how-to-connect-to-microsoft-sql-server-using-vba/</link>
					<comments>https://simpleexcelvba.com/how-to-connect-to-microsoft-sql-server-using-vba/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 19 Aug 2021 10:01:07 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[connect to database using excel vba]]></category>
		<category><![CDATA[connect to server sql using excel vba]]></category>
		<category><![CDATA[how to connect to management sql studio using excel vba]]></category>
		<category><![CDATA[how to connect to microsoft sql server using VBA]]></category>
		<category><![CDATA[how to get database data using vba]]></category>
		<category><![CDATA[sql query using vba]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1505</guid>

					<description><![CDATA[<p>When it comes to big amount of data, Excel application is not the best solution to work with, in case of storage. Much better fit would be a database like Access or MSSM. In this article I&#8217;m going to show You how to connect to Microsoft SQL Server using VBA. Database &#38; server In my &#8230; <a href="https://simpleexcelvba.com/how-to-connect-to-microsoft-sql-server-using-vba/" class="more-link">Continue reading<span class="screen-reader-text"> "How to connect to Microsoft SQL Server using VBA?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-connect-to-microsoft-sql-server-using-vba/">How to connect to Microsoft SQL Server using VBA?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-connect-to-microsoft-sql-server-using-vba/feed/</wfw:commentRss>
			<slash:comments>40</slash:comments>
		
		
			</item>
		<item>
		<title>How to record macro in Excel?</title>
		<link>https://simpleexcelvba.com/how-to-record-macro-in-excel/</link>
					<comments>https://simpleexcelvba.com/how-to-record-macro-in-excel/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Wed, 14 Jul 2021 18:09:50 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[excel macro recorder]]></category>
		<category><![CDATA[how to record macro]]></category>
		<category><![CDATA[how to record macro in excel]]></category>
		<category><![CDATA[macro in excel]]></category>
		<category><![CDATA[record macro in Excel]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1385</guid>

					<description><![CDATA[<p>You don&#8217;t have to know programming language to have your Excel tasks automated. Simply just record actions, which should be performed and launch it whenever You need. In this article I will show You how to record macro in Excel application. What is macro? Macro is a set of actions performed by user, recorded with &#8230; <a href="https://simpleexcelvba.com/how-to-record-macro-in-excel/" class="more-link">Continue reading<span class="screen-reader-text"> "How to record macro in Excel?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-record-macro-in-excel/">How to record macro in Excel?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-record-macro-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
