Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sending an Excel Spreadsheet to Eudora

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Sending an Excel Spreadsheet to Eudora


That works great but I forgot to add that I wanted to have the e-mail
sent in Eudora. I set a reference for Eudora in VBA and that's about
all I've got so far. I've tried different items from your website
(great site) but have not been successful in sending the e-mail.




*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending Fax Using Fax Numbers in Excel Spreadsheet FredK Excel Worksheet Functions 0 August 25th 09 10:59 PM
Sending email from excel spreadsheet writer Excel Discussion (Misc queries) 2 August 8th 07 12:26 PM
how can I use eudora to send email from excel? daviddoc Excel Discussion (Misc queries) 0 May 25th 06 12:39 AM
Does anyone know how I can import Eudora mailbox info into Excel . John S. Excel Discussion (Misc queries) 0 December 2nd 04 03:09 PM
Oracle to Excel to Eudora/Outlook Jackson[_2_] Excel Programming 1 November 19th 03 10:30 PM


All times are GMT +1. The time now is 12:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"