Thread
:
Sending an Excel Spreadsheet to Eudora
View Single Post
#
2
Posted to microsoft.public.excel.programming
keepITcool
external usenet poster
Posts: 2,253
Sending an Excel Spreadsheet to Eudora
See
http://www.rondebruin.nl/mail/oebody.htm
try the method that uses an url with mailto:
probably untested on the Mac/Eudora but it should work
if Eudora is set to be the default handler for mailto urls...
Sub Mailing()
ActiveWorkbook.FollowHyperlink _
" & _
"?subject=I have a dream.." & _
"&body=That one day soon..%0D%0ABush is gone!"
End Sub
keepITcool
< email : keepitcool chello nl (with @ and .)
< homepage:
http://members.chello.nl/keepitcool
(Linda McMillen) wrote :
I'm at a loss on how send an Excel Spreadsheet to Eudora. I am using
Eudora version 5.1 and Excel for Windows version 2002 SP3. I can do
Application.Dialogs(xlDialogSendMail).Show but I want the TO field,
SUBJECT field and Body with precanned data. (ie TO: ",
"Spreadsheet Info", "Information you requested").
I will need to then run this on a Mac using Eudora version 6.1, and
Excel X for Mac SR1
Any help would be appreciated
Reply With Quote
keepITcool
View Public Profile
Find all posts by keepITcool