Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can Anyone tell me how can i send a mail through excel without attach
any file?? (just text) Thanks for the help ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Take your pick: Option Explicit Sub QuickMail() ActiveWorkbook.FollowHyperlink "mailto:" End Sub Sub QuickMail2() ActiveWorkbook.FollowHyperlink _ ? & & subject=somebody's mail & body=i just want to say%0d%0ahi!" End Sub watch the line breaks.. there should be none in the code (and 1 in the body text :) keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool alguerre wrote: Can Anyone tell me how can i send a mail through excel without attach any file?? (just text) Thanks for the help ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Check out
http://www.rondebruin.nl/sendmail.htm#body -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "alguerre" wrote in message ... Can Anyone tell me how can i send a mail through excel without attach any file?? (just text) Thanks for the help ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to import my Excel Mailing list into mailing label format. | Excel Discussion (Misc queries) | |||
I need to import my Excel Mailing list into mailing label format. | Excel Discussion (Misc queries) | |||
e-mailing with excel | Excel Discussion (Misc queries) | |||
E-mailing From Excel | Excel Discussion (Misc queries) | |||
how do i convert MS Word mailing labels into an Excel mailing lis. | Excel Discussion (Misc queries) |