<?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>Word - Simple Excel VBA</title>
	<atom:link href="https://simpleexcelvba.com/tag/word/feed/" rel="self" type="application/rss+xml" />
	<link>https://simpleexcelvba.com/tag/word/</link>
	<description>Make your office life easier with simple and fast Excel VBA solutions.</description>
	<lastBuildDate>Tue, 08 Feb 2022 14:33:44 +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>Word - Simple Excel VBA</title>
	<link>https://simpleexcelvba.com/tag/word/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Send Word document as email body</title>
		<link>https://simpleexcelvba.com/send-word-document-as-email-body/</link>
					<comments>https://simpleexcelvba.com/send-word-document-as-email-body/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 04 Mar 2021 10:29:00 +0000</pubDate>
				<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Body]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email text from word document]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[word as email body]]></category>
		<category><![CDATA[word document as email body]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=1148</guid>

					<description><![CDATA[<p>I already explained how to send emails automatically, but didn&#8217;t really focus on the content of the email. That is probably biggest problem of this method followers. In this article I&#8217;m going to show You how to cope with such issue and send Word document as email body. The easiest way to have the content &#8230; <a href="https://simpleexcelvba.com/send-word-document-as-email-body/" class="more-link">Continue reading<span class="screen-reader-text"> "Send Word document as email body"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/send-word-document-as-email-body/">Send Word document as email body</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/send-word-document-as-email-body/feed/</wfw:commentRss>
			<slash:comments>45</slash:comments>
		
		
			</item>
		<item>
		<title>Replace double angle quote problem</title>
		<link>https://simpleexcelvba.com/replace-double-angle-quote/</link>
					<comments>https://simpleexcelvba.com/replace-double-angle-quote/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Tue, 21 Jan 2020 21:19:42 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[how to replace double angle quote]]></category>
		<category><![CDATA[how to replace double angle quote in Word application using vba]]></category>
		<category><![CDATA[replace]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=384</guid>

					<description><![CDATA[<p>Until recently, I was not even aware of various quotation marks such as double angle quote. In today&#8217;s article, we will discuss the replace function and problems that can be caused by a simple attempt to replace double angle quote with standard Word settings. Introduction When I was having fun with .Find Word function I &#8230; <a href="https://simpleexcelvba.com/replace-double-angle-quote/" class="more-link">Continue reading<span class="screen-reader-text"> "Replace double angle quote problem"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/replace-double-angle-quote/">Replace double angle quote problem</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/replace-double-angle-quote/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Find word and get its paragraph number from Word file</title>
		<link>https://simpleexcelvba.com/find-word-and-get-its-paragraph-number-from-word-file/</link>
					<comments>https://simpleexcelvba.com/find-word-and-get-its-paragraph-number-from-word-file/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Mon, 06 Jan 2020 17:04:28 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[how to find phrase in Word application using vba]]></category>
		<category><![CDATA[how to find word and get its paragraph number using vba]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">https://simpleexcelvba.com/?p=368</guid>

					<description><![CDATA[<p>If You want to learn how to find a word or phrase in Word file and get its paragraph or word number stay here, You&#8217;ve come to the right place! Some time ago I wrote about finding phrase in Word or .pdf files, but now we want something more&#8230; Long story short Recently, I got &#8230; <a href="https://simpleexcelvba.com/find-word-and-get-its-paragraph-number-from-word-file/" class="more-link">Continue reading<span class="screen-reader-text"> "Find word and get its paragraph number from Word file"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/find-word-and-get-its-paragraph-number-from-word-file/">Find word and get its paragraph number from Word file</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/find-word-and-get-its-paragraph-number-from-word-file/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Find a phrase in Word and Adobe files</title>
		<link>https://simpleexcelvba.com/find-a-phrase-in-word-and-adobe-files/</link>
					<comments>https://simpleexcelvba.com/find-a-phrase-in-word-and-adobe-files/#comments</comments>
		
		<dc:creator><![CDATA[Tomasz Płociński]]></dc:creator>
		<pubDate>Thu, 24 Oct 2019 12:21:41 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel VBA]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[how to find phrase in Adobe using VBA]]></category>
		<category><![CDATA[how to find phrase in Word application using vba]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[VBA]]></category>
		<guid isPermaLink="false">http://simpleexcelvba.com/?p=16</guid>

					<description><![CDATA[<p>I just got an idea to make a little searcher, I mean the tool to search through and find a word, or whole phrase, in Word or Adobe files. Let&#8217;s imagine the situation: You&#8217;ve got folder with procedures. Lot&#8217;s of procedures. Some of them are Word file (.doc, .docx etc.) and some of them in &#8230; <a href="https://simpleexcelvba.com/find-a-phrase-in-word-and-adobe-files/" class="more-link">Continue reading<span class="screen-reader-text"> "Find a phrase in Word and Adobe files"</span></a></p>
<p>The post <a href="https://simpleexcelvba.com/find-a-phrase-in-word-and-adobe-files/">Find a phrase in Word and Adobe files</a> appeared first on <a href="https://simpleexcelvba.com">Simple Excel VBA</a>.</p>
]]></description>
		
					<wfw:commentRss>https://simpleexcelvba.com/find-a-phrase-in-word-and-adobe-files/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
