<?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">
	<channel>
      <title>All Discussions - HelpExcel.com</title>
      <link>http://helpexcel.com/discussions/feed.rss</link>
      <pubDate>Tue, 21 May 13 21:12:30 -0600</pubDate>
         <description>All Discussions - HelpExcel.com</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Attaching a file to a &quot;GMAIL&quot; note from Excel VBA</title>
      <link>http://helpexcel.com/discussion/2/attaching-a-file-to-a-gmail-note-from-excel-vba</link>
      <pubDate>Sun, 15 Apr 2012 07:22:26 -0600</pubDate>
      <dc:creator>RogerEP</dc:creator>
      <guid isPermaLink="false">2@/discussions</guid>
      <description><![CDATA[Below is some of my code.  I've already defined "Recipient", "Subj", "MyFileName" and "Msg".  I am able to send this note from VBA in a macro BUT cannot figure out how to attach the file.  <br /><br />This code is used in a Save&amp;Send macro I wrote.  Save is fine.  It's the Sending of the file I just saved which is giving me a problem.  The person using this file ONLY uses GMAIL so I need code that will work from his GMAIL system to send the file.<br /><br />He is considering going to a MAC and I don't know anything about the MAC.  If code is available to send a note with an attachment from a MAC, I would appreciate help with that too.  Thanks.<br /><br />        HLink = "mailto:" &amp; Recipient &amp; "?"<br />        HLink = HLink &amp; "subject=" &amp; Subj &amp; "&amp;"<br />        HLink = HLink &amp; "file=" &amp; ThisWorkbook.Path &amp; "\" &amp; MyFileName &amp; "&amp;"<br />        HLink = HLink &amp; "body=" &amp; Msg &amp; "&amp;"<br />        ActiveWorkbook.FollowHyperlink (HLink)<br />        <br />        Application.Wait (Now + TimeValue("0:00:01"))<br />        Application.SendKeys "%s", True<br /><br />Thanks,<br />Roger]]></description>
   </item>
   <item>
      <title>ListView</title>
      <link>http://helpexcel.com/discussion/1/listview</link>
      <pubDate>Mon, 12 Dec 2011 12:52:09 -0700</pubDate>
      <dc:creator>admin</dc:creator>
      <guid isPermaLink="false">1@/discussions</guid>
      <description><![CDATA[Just testing out my first post.<br /><br />Regards,<br />HelpExcel.com<br />931-60-EXCEL]]></description>
   </item>
   </channel>
</rss>