<?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: How to get data from Excel table using ListObject?	</title>
	<atom:link href="https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/</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>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: How to get Excel data using Python? - Simple Excel VBA		</title>
		<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-25595</link>

		<dc:creator><![CDATA[How to get Excel data using Python? - Simple Excel VBA]]></dc:creator>
		<pubDate>Mon, 10 Oct 2022 19:38:20 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1771#comment-25595</guid>

					<description><![CDATA[[&#8230;] 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 [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] 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 [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to SQL query Excel data in VBA? - Simple Excel VBA		</title>
		<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-25026</link>

		<dc:creator><![CDATA[How to SQL query Excel data in VBA? - Simple Excel VBA]]></dc:creator>
		<pubDate>Fri, 09 Sep 2022 19:58:02 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1771#comment-25026</guid>

					<description><![CDATA[[&#8230;] than You might think! But before that let&#8217;s start with the nice &#038; sweet reminder about ListObject approach. Really cool and quite easy alternative amongs such methods like Excel table range or [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] than You might think! But before that let&#8217;s start with the nice &amp; sweet reminder about ListObject approach. Really cool and quite easy alternative amongs such methods like Excel table range or [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tomasz Płociński		</title>
		<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-20101</link>

		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Sun, 24 Apr 2022 15:40:45 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1771#comment-20101</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-20087&quot;&gt;Emil Hirsch&lt;/a&gt;.

Thanks for sharing! :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-20087">Emil Hirsch</a>.</p>
<p>Thanks for sharing! 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Emil Hirsch		</title>
		<link>https://simpleexcelvba.com/how-to-get-data-from-excel-table-using-listobject/#comment-20087</link>

		<dc:creator><![CDATA[Emil Hirsch]]></dc:creator>
		<pubDate>Sat, 23 Apr 2022 21:38:33 +0000</pubDate>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1771#comment-20087</guid>

					<description><![CDATA[ThisWorkbook.Worksheets(&quot;MyWksht&quot;).Range(&quot;TableName[ColumnTitle]&quot;).Cells(RowNumber)

or

[TableName].cells(1,[TableName[ColumnTitle]].column)

I used listobjects until I discovered this simpler version here:https://stackoverflow.com/questions/18811431/refer-to-excel-cell-in-table-by-header-name-and-row-number]]></description>
			<content:encoded><![CDATA[<p>ThisWorkbook.Worksheets(&#8220;MyWksht&#8221;).Range(&#8220;TableName[ColumnTitle]&#8221;).Cells(RowNumber)</p>
<p>or</p>
<p>[TableName].cells(1,[TableName[ColumnTitle]].column)</p>
<p>I used listobjects until I discovered this simpler version here:<a href="https://stackoverflow.com/questions/18811431/refer-to-excel-cell-in-table-by-header-name-and-row-number" rel="nofollow ugc">https://stackoverflow.com/questions/18811431/refer-to-excel-cell-in-table-by-header-name-and-row-number</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
