<?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>PowerPoint - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/category/powerpoint/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/category/powerpoint/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 08 Feb 2022 14:37:45 +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>PowerPoint - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/category/powerpoint/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Update PowerPoint chart data from Excel</title>
		<link>https://simpleexcelvba.com/update-powerpoint-chart-data-from-excel/</link>
					<comments>https://simpleexcelvba.com/update-powerpoint-chart-data-from-excel/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 10:17:56 +0000</pubDate>
				<category><![CDATA[Charts]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[update powerpoint chart data from excel]]></category>
		<category><![CDATA[update powerpoint chart data vba]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=973</guid>

					<description><![CDATA[<p>We all know that in general Excel application is for calculations and PowerPoint is for visual presentation. So all the data is prepared in worksheet, based on which all the charts in PowerPoint are created. In this article I will show You how to update PowerPoint chart data from Excel using VBA. This knowledge, how &#8230; <a href="https://simpleexcelvba.com/update-powerpoint-chart-data-from-excel/" class="more-link">Continue reading<span class="screen-reader-text"> "Update PowerPoint chart data from Excel"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/update-powerpoint-chart-data-from-excel/">Update PowerPoint chart data from Excel</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/update-powerpoint-chart-data-from-excel/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
			</item>
		<item>
		<title>Prevent formatting text as date by Excel</title>
		<link>https://simpleexcelvba.com/prevent-formatting-text-as-date-by-excel/</link>
					<comments>https://simpleexcelvba.com/prevent-formatting-text-as-date-by-excel/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 09:43:17 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[prevent formatting text as date in excel]]></category>
		<category><![CDATA[stop formatting text as date in excel]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=977</guid>

					<description><![CDATA[<p>How many times You just wanted to type some numbers diveded with slash, dot or hiven and Excel was converting into date automatically and You didn&#8217;t want that at all? In this article I will show You how to prevent formatting text as date by Excel. Todays article includes small topic. However it was so &#8230; <a href="https://simpleexcelvba.com/prevent-formatting-text-as-date-by-excel/" class="more-link">Continue reading<span class="screen-reader-text"> "Prevent formatting text as date by Excel"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/prevent-formatting-text-as-date-by-excel/">Prevent formatting text as date by Excel</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/prevent-formatting-text-as-date-by-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Issue with UCase, LCase, Format, Mid etc in VBA</title>
		<link>https://simpleexcelvba.com/issue-with-ucase-lcase-format-mid-etc-in-vba/</link>
					<comments>https://simpleexcelvba.com/issue-with-ucase-lcase-format-mid-etc-in-vba/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 01 Oct 2020 10:12:03 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[missing reference]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=967</guid>

					<description><![CDATA[<p>The most known situation in office environment &#8211; it was working on my computer, it is not on other. This time appeared compile error Can&#8217;t find project or library, but showing me UCase issue with highlighted code line. How code could loose the library for the basic VBA function? When I saw this error I &#8230; <a href="https://simpleexcelvba.com/issue-with-ucase-lcase-format-mid-etc-in-vba/" class="more-link">Continue reading<span class="screen-reader-text"> "Issue with UCase, LCase, Format, Mid etc in VBA"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/issue-with-ucase-lcase-format-mid-etc-in-vba/">Issue with UCase, LCase, Format, Mid etc in VBA</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/issue-with-ucase-lcase-format-mid-etc-in-vba/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Prevent from importing missing references</title>
		<link>https://simpleexcelvba.com/prevent-from-importing-missing-references/</link>
					<comments>https://simpleexcelvba.com/prevent-from-importing-missing-references/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 17 Sep 2020 07:14:19 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[missing reference]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=957</guid>

					<description><![CDATA[<p>Working as VBA developer brings a lot of different issues. One of the obstacles is the Office version. Apart of various behaviours of the same thing, there always will be something new, which was not avaiable in the previous version. In this article I&#8217;m going to show You how to prevent from importing missing references. &#8230; <a href="https://simpleexcelvba.com/prevent-from-importing-missing-references/" class="more-link">Continue reading<span class="screen-reader-text"> "Prevent from importing missing references"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/prevent-from-importing-missing-references/">Prevent from importing missing references</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/prevent-from-importing-missing-references/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
