<?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: Update VBA code page for Tables and Create/Mail PDF files</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:06:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41320</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Tue, 29 Sep 2009 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41320</guid>
		<description>&lt;p&gt;It also miss the not equal sign in this line I see now&lt;/p&gt;
&lt;p&gt;If Dir(SigString)  &quot;&quot; Then&lt;/p&gt;
&lt;p&gt;Always problem when I try to post something in comments&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It also miss the not equal sign in this line I see now</p>
<p>If Dir(SigString)  &#8220;&#8221; Then</p>
<p>Always problem when I try to post something in comments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41318</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41318</guid>
		<description>&lt;p&gt;Change &amp;  in &amp;&lt;/p&gt;
&lt;p&gt;The VBA tags not like the &amp;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Change &amp;  in &amp;</p>
<p>The VBA tags not like the &amp;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41317</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41317</guid>
		<description>&lt;p&gt;Try this for Vista&lt;br&gt;
Replace the RDB_Mail_PDF_Outlook function with this one and add the GetBoiler function from Dick&lt;br&gt;
Be sure that you change Mysig.txt to your sig name&lt;/p&gt;
&lt;p&gt;In XP use this string&lt;/p&gt;
&lt;p&gt;SigString = &quot;C:Documents and Settings&quot; &amp; Environ(&quot;username&quot;) &amp; _&lt;br&gt;
            &quot;Application DataMicrosoftSignaturesMysig.txt&quot;&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&lt;span class=&quot;kw1&quot;&gt;Function&lt;/span&gt; RDB_Mail_PDF_Outlook(FileNamePDF &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;, StrTo &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;, _&lt;br&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; StrSubject &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;, StrBody &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;, Send &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Boolean&lt;/span&gt;)&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; OutApp &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Object&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; OutMail &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Object&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; SigString &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; Signature &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; OutApp = CreateObject(&lt;span class=&quot;st0&quot;&gt;&quot;Outlook.Application&quot;&lt;/span&gt;)&lt;br&gt;
&#160; &#160; OutApp.Session.Logon&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; OutMail = OutApp.CreateItem(0)&lt;br&gt;
&lt;br&gt;
&#160; &#160; SigString = &lt;span class=&quot;st0&quot;&gt;&quot;C:Users&quot;&lt;/span&gt; &amp; Environ(&lt;span class=&quot;st0&quot;&gt;&quot;username&quot;&lt;/span&gt;) &amp; _&lt;br&gt;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &lt;span class=&quot;st0&quot;&gt;&quot;AppDataRoamingMicrosoftSignaturesMysig.txt&quot;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;If&lt;/span&gt; Dir(SigString) &#160;&lt;span class=&quot;st0&quot;&gt;&quot;&quot;&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Then&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; Signature = GetBoiler(SigString)&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Else&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; Signature = &lt;span class=&quot;st0&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;If&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;On&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Error&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Resume&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Next&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt; OutMail&lt;br&gt;
&#160; &#160; &#160; &#160; .&lt;span class=&quot;kw1&quot;&gt;To&lt;/span&gt; = StrTo&lt;br&gt;
&#160; &#160; &#160; &#160; .CC = &lt;span class=&quot;st0&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; .BCC = &lt;span class=&quot;st0&quot;&gt;&quot;&quot;&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; .Subject = StrSubject&lt;br&gt;
&#160; &#160; &#160; &#160; .Body = StrBody &amp; vbNewLine &amp; vbNewLine &amp; Signature&lt;br&gt;
&#160; &#160; &#160; &#160; .Attachments.Add FileNamePDF&lt;br&gt;
&#160; &#160; &#160; &#160; &lt;span class=&quot;kw1&quot;&gt;If&lt;/span&gt; Send = &lt;span class=&quot;kw1&quot;&gt;True&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Then&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; &#160; &#160; .Send&lt;br&gt;
&#160; &#160; &#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Else&lt;/span&gt;&lt;br&gt;
&#160; &#160; &#160; &#160; &#160; &#160; .Display&lt;br&gt;
&#160; &#160; &#160; &#160; &lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;If&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;With&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;On&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Error&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;GoTo&lt;/span&gt; 0&lt;br&gt;
&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; OutMail = &lt;span class=&quot;kw1&quot;&gt;Nothing&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; OutApp = &lt;span class=&quot;kw1&quot;&gt;Nothing&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Function&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;Function&lt;/span&gt; GetBoiler(&lt;span class=&quot;kw1&quot;&gt;ByVal&lt;/span&gt; sFile &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;) &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;String&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;co1&quot;&gt;&#039;Dick Kusleika&lt;br&gt;
&lt;/span&gt; &#160; &#160;&lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; fso &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Object&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Dim&lt;/span&gt; ts &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Object&lt;/span&gt;&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; fso = CreateObject(&lt;span class=&quot;st0&quot;&gt;&quot;Scripting.FileSystemObject&quot;&lt;/span&gt;)&lt;br&gt;
&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Set&lt;/span&gt; ts = fso.GetFile(sFile).OpenAsTextStream(1, -2)&lt;br&gt;
&#160; &#160; GetBoiler = ts.readall&lt;br&gt;
&#160; &#160; ts.&lt;span class=&quot;kw1&quot;&gt;Close&lt;/span&gt;&lt;br&gt;
&lt;span class=&quot;kw1&quot;&gt;End&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Function&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<p>Try this for Vista<br />
Replace the RDB_Mail_PDF_Outlook function with this one and add the GetBoiler function from Dick<br />
Be sure that you change Mysig.txt to your sig name</p>
<p>In XP use this string</p>
<p>SigString = &#8220;C:Documents and Settings&#8221; &amp; Environ(&#8220;username&#8221;) &amp; _<br />
            &#8220;Application DataMicrosoftSignaturesMysig.txt&#8221;</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer"><span class="kw1">Function</span> RDB_Mail_PDF_Outlook(FileNamePDF <span class="kw1">As</span> <span class="kw1">String</span>, StrTo <span class="kw1">As</span> <span class="kw1">String</span>, _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; StrSubject <span class="kw1">As</span> <span class="kw1">String</span>, StrBody <span class="kw1">As</span> <span class="kw1">String</span>, Send <span class="kw1">As</span> <span class="kw1">Boolean</span>)<br />
&nbsp; &nbsp; <span class="kw1">Dim</span> OutApp <span class="kw1">As</span> <span class="kw1">Object</span><br />
&nbsp; &nbsp; <span class="kw1">Dim</span> OutMail <span class="kw1">As</span> <span class="kw1">Object</span><br />
&nbsp; &nbsp; <span class="kw1">Dim</span> SigString <span class="kw1">As</span> <span class="kw1">String</span><br />
&nbsp; &nbsp; <span class="kw1">Dim</span> Signature <span class="kw1">As</span> <span class="kw1">String</span></p>
<p>&nbsp; &nbsp; <span class="kw1">Set</span> OutApp = CreateObject(<span class="st0">&#8220;Outlook.Application&#8221;</span>)<br />
&nbsp; &nbsp; OutApp.Session.Logon<br />
&nbsp; &nbsp; <span class="kw1">Set</span> OutMail = OutApp.CreateItem(0)</p>
<p>&nbsp; &nbsp; SigString = <span class="st0">&#8220;C:Users&#8221;</span> &amp;amp; Environ(<span class="st0">&#8220;username&#8221;</span>) &amp;amp; _<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="st0">&#8220;AppDataRoamingMicrosoftSignaturesMysig.txt&#8221;</span></p>
<p>&nbsp; &nbsp; <span class="kw1">If</span> Dir(SigString) &nbsp;<span class="st0">&#8220;&#8221;</span> <span class="kw1">Then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Signature = GetBoiler(SigString)<br />
&nbsp; &nbsp; <span class="kw1">Else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; Signature = <span class="st0">&#8220;&#8221;</span><br />
&nbsp; &nbsp; <span class="kw1">End</span> <span class="kw1">If</span></p>
<p>&nbsp; &nbsp; <span class="kw1">On</span> <span class="kw1">Error</span> <span class="kw1">Resume</span> <span class="kw1">Next</span><br />
&nbsp; &nbsp; <span class="kw1">With</span> OutMail<br />
&nbsp; &nbsp; &nbsp; &nbsp; .<span class="kw1">To</span> = StrTo<br />
&nbsp; &nbsp; &nbsp; &nbsp; .CC = <span class="st0">&#8220;&#8221;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; .BCC = <span class="st0">&#8220;&#8221;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; .Subject = StrSubject<br />
&nbsp; &nbsp; &nbsp; &nbsp; .Body = StrBody &amp;amp; vbNewLine &amp;amp; vbNewLine &amp;amp; Signature<br />
&nbsp; &nbsp; &nbsp; &nbsp; .Attachments.Add FileNamePDF<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">If</span> Send = <span class="kw1">True</span> <span class="kw1">Then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Send<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">Else</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .Display<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">End</span> <span class="kw1">If</span><br />
&nbsp; &nbsp; <span class="kw1">End</span> <span class="kw1">With</span><br />
&nbsp; &nbsp; <span class="kw1">On</span> <span class="kw1">Error</span> <span class="kw1">GoTo</span> 0</p>
<p>&nbsp; &nbsp; <span class="kw1">Set</span> OutMail = <span class="kw1">Nothing</span><br />
&nbsp; &nbsp; <span class="kw1">Set</span> OutApp = <span class="kw1">Nothing</span><br />
<span class="kw1">End</span> <span class="kw1">Function</span></p>
<p><span class="kw1">Function</span> GetBoiler(<span class="kw1">ByVal</span> sFile <span class="kw1">As</span> <span class="kw1">String</span>) <span class="kw1">As</span> <span class="kw1">String</span><br />
<span class="co1">&#8216;Dick Kusleika<br />
</span> &nbsp; &nbsp;<span class="kw1">Dim</span> fso <span class="kw1">As</span> <span class="kw1">Object</span><br />
&nbsp; &nbsp; <span class="kw1">Dim</span> ts <span class="kw1">As</span> <span class="kw1">Object</span><br />
&nbsp; &nbsp; <span class="kw1">Set</span> fso = CreateObject(<span class="st0">&#8220;Scripting.FileSystemObject&#8221;</span>)<br />
&nbsp; &nbsp; <span class="kw1">Set</span> ts = fso.GetFile(sFile).OpenAsTextStream(1, -2)<br />
&nbsp; &nbsp; GetBoiler = ts.readall<br />
&nbsp; &nbsp; ts.<span class="kw1">Close</span><br />
<span class="kw1">End</span> <span class="kw1">Function</span></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41295</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41295</guid>
		<description>&lt;p&gt;Hi Philippe&lt;/p&gt;
&lt;p&gt;Send me a private mail and I will try to make the changes for you tomorrow evening.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Philippe</p>
<p>Send me a private mail and I will try to make the changes for you tomorrow evening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41287</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41287</guid>
		<description>&lt;p&gt;Thanks Ron !&lt;/p&gt;
&lt;p&gt;Just one more question (for that time !) : &lt;/p&gt;
&lt;p&gt;In the &quot;RDB_Mail_PDF_Outlook&quot; Function, do I have to adapt the strbody argurment ?&lt;/p&gt;
&lt;p&gt;Philippe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Ron !</p>
<p>Just one more question (for that time !) : </p>
<p>In the &#8220;RDB_Mail_PDF_Outlook&#8221; Function, do I have to adapt the strbody argurment ?</p>
<p>Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41284</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41284</guid>
		<description>&lt;p&gt;Hi Philippe&lt;/p&gt;
&lt;p&gt;Yes this is possible you must add code like this&lt;br&gt;
&lt;a href=&quot;http://www.rondebruin.nl/mail/folder3/signature.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.rondebruin.nl/mail/folder3/signature.htm&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Philippe</p>
<p>Yes this is possible you must add code like this<br />
<a href="http://www.rondebruin.nl/mail/folder3/signature.htm" rel="nofollow">http://www.rondebruin.nl/mail/folder3/signature.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-41276</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Mon, 28 Sep 2009 09:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-41276</guid>
		<description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;To complete my customized vba procedure largely based on your guidelines, I would like to know if it&#039;s possible to include in the mail a pre-set signature ?&lt;/p&gt;
&lt;p&gt;Thanks by advance for your help.&lt;/p&gt;
&lt;p&gt;Philippe&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>To complete my customized vba procedure largely based on your guidelines, I would like to know if it&#8217;s possible to include in the mail a pre-set signature ?</p>
<p>Thanks by advance for your help.</p>
<p>Philippe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-40795</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-40795</guid>
		<description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;FYI&lt;/p&gt;
&lt;p&gt;I update the PDF page.&lt;br&gt;
&lt;a href=&quot;http://www.rondebruin.nl/pdf.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.rondebruin.nl/pdf.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is a new argument now in the function call that you can use if you&lt;br&gt;
want to use a fixed file name instead of enter a name in the save dailog.&lt;/p&gt;
&lt;p&gt;Ron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi all</p>
<p>FYI</p>
<p>I update the PDF page.<br />
<a href="http://www.rondebruin.nl/pdf.htm" rel="nofollow">http://www.rondebruin.nl/pdf.htm</a></p>
<p>There is a new argument now in the function call that you can use if you<br />
want to use a fixed file name instead of enter a name in the save dailog.</p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron de Bruin</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-39914</link>
		<dc:creator>Ron de Bruin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-39914</guid>
		<description>&lt;p&gt;Hi Philippe&lt;/p&gt;
&lt;p&gt;There is no option in the code to set this.&lt;br&gt;
When I have time this week I check it out.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Philippe</p>
<p>There is no option in the code to set this.<br />
When I have time this week I check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://www.dailydoseofexcel.com/archives/2009/03/08/update-vba-code-page-for-tables-and-createmail-pdf-files/#comment-39906</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=2219#comment-39906</guid>
		<description>&lt;p&gt;Hi Ron,&lt;/p&gt;
&lt;p&gt;I use your proc with happyness since several weeks and I just see that the pdf file created by VBA is not in a standard A4 format.&lt;/p&gt;
&lt;p&gt;Do you know how to change this format ?&lt;/p&gt;
&lt;p&gt;Another time, thanks a lot&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Ron,</p>
<p>I use your proc with happyness since several weeks and I just see that the pdf file created by VBA is not in a standard A4 format.</p>
<p>Do you know how to change this format ?</p>
<p>Another time, thanks a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

