<?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>XML - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/category/xml/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/category/xml/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 03 Aug 2021 16:50:52 +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>XML - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/category/xml/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to download file from URL?</title>
		<link>https://simpleexcelvba.com/how-to-download-file-from-url/</link>
					<comments>https://simpleexcelvba.com/how-to-download-file-from-url/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 23 Mar 2020 10:55:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[how to download file from URL]]></category>
		<category><![CDATA[how to download file using winhttp]]></category>
		<category><![CDATA[urldownloadtofile]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[winhttp]]></category>
		<category><![CDATA[winhttprequest]]></category>
		<category><![CDATA[xmlhttprequest]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=588</guid>

					<description><![CDATA[<p>Until now I was only writing about HTTP methods, but did not really describe the final trick to download the file from URL. In today&#8217;s article I want to present You and compare two methods of downloading files from URL &#8211; URLDownloadToFile function and saving byte array to file method. I don&#8217;t want to copy &#8230; <a href="https://simpleexcelvba.com/how-to-download-file-from-url/" class="more-link">Continue reading<span class="screen-reader-text"> "How to download file from URL?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-download-file-from-url/">How to download file from URL?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-download-file-from-url/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>XMLHttp vs WinHttp &#8211; speed comparison</title>
		<link>https://simpleexcelvba.com/xmlhttp-vs-winhttp-speed-comparison/</link>
					<comments>https://simpleexcelvba.com/xmlhttp-vs-winhttp-speed-comparison/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 16 Mar 2020 17:55:00 +0000</pubDate>
				<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[speed comparison of httprequest methods]]></category>
		<category><![CDATA[speed comparison of xmlhttp and winhttp methods]]></category>
		<category><![CDATA[VBA]]></category>
		<category><![CDATA[winhttp]]></category>
		<category><![CDATA[winhttprequest]]></category>
		<category><![CDATA[xmlhttprequest]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=577</guid>

					<description><![CDATA[<p>Time is money and money is time. Everyone wants to have better and faster macros. So do You. In today&#8217;s article I am going to do speed comparison between XMLHttp and WinHttp methods. First of all, where the idea to do the speed comparison came from? Some time ago I created a tool, which is &#8230; <a href="https://simpleexcelvba.com/xmlhttp-vs-winhttp-speed-comparison/" class="more-link">Continue reading<span class="screen-reader-text"> "XMLHttp vs WinHttp &#8211; speed comparison"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/xmlhttp-vs-winhttp-speed-comparison/">XMLHttp vs WinHttp &#8211; speed comparison</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/xmlhttp-vs-winhttp-speed-comparison/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>How to create XML file from scratch?</title>
		<link>https://simpleexcelvba.com/how-to-create-xml-file-from-scratch/</link>
					<comments>https://simpleexcelvba.com/how-to-create-xml-file-from-scratch/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 09 Mar 2020 17:55:00 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[how to create xml file from scratch]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=561</guid>

					<description><![CDATA[<p>This is the third and the last part from the XML trilogy. Be sure You didn&#8217;t miss how to convert XML into Excel and how to overwrite XML file without copying or converting. In this article I&#8217;m going to show You how to create XML file from scratch. The case Once again, take a look &#8230; <a href="https://simpleexcelvba.com/how-to-create-xml-file-from-scratch/" class="more-link">Continue reading<span class="screen-reader-text"> "How to create XML file from scratch?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-create-xml-file-from-scratch/">How to create XML file from scratch?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-create-xml-file-from-scratch/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>How to overwrite data in XML file?</title>
		<link>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/</link>
					<comments>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 02 Mar 2020 17:55:20 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[how to overwrite data in xml file using vba]]></category>
		<category><![CDATA[how to update data in xml file automatically]]></category>
		<category><![CDATA[how to update data in xml file using vba]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=553</guid>

					<description><![CDATA[<p>In recent post I talked about converting XML data to Excel table. But what should You do to just overwrite data in XML file, without converting or copying it into Excel? Intro In some cases there is no need to extract XML data into more user friendly Excel table format. For the application purpose, where &#8230; <a href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/" class="more-link">Continue reading<span class="screen-reader-text"> "How to overwrite data in XML file?"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/">How to overwrite data in XML file?</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/how-to-overwrite-data-in-xml-file/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Easy way to convert XML into Excel</title>
		<link>https://simpleexcelvba.com/easy-way-to-convert-xml-into-excel/</link>
					<comments>https://simpleexcelvba.com/easy-way-to-convert-xml-into-excel/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Sun, 23 Feb 2020 17:55:06 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[how to convert xml into excel automatically]]></category>
		<category><![CDATA[how to convert xml into excel using vba]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=541</guid>

					<description><![CDATA[<p>When I was young I thought, that if You want to send table data You use Excel. Now I know that there are tons of ways of transferring data. One of them is XML. In today&#8217;s article I will show You an easy way to convert XML into more user friendly Excel. There is not &#8230; <a href="https://simpleexcelvba.com/easy-way-to-convert-xml-into-excel/" class="more-link">Continue reading<span class="screen-reader-text"> "Easy way to convert XML into Excel"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/easy-way-to-convert-xml-into-excel/">Easy way to convert XML into Excel</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/easy-way-to-convert-xml-into-excel/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
