Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Mailing in Excel

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


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Mailing in Excel

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
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
I need to import my Excel Mailing list into mailing label format. Gord Dibben Excel Discussion (Misc queries) 0 November 5th 09 10:16 PM
I need to import my Excel Mailing list into mailing label format. Lyn Excel Discussion (Misc queries) 0 November 5th 09 08:11 PM
e-mailing with excel Wood Grafing Excel Discussion (Misc queries) 0 November 29th 06 11:58 PM
E-mailing From Excel Buttercup Excel Discussion (Misc queries) 1 October 2nd 06 03:27 PM
how do i convert MS Word mailing labels into an Excel mailing lis. unrhyll Excel Discussion (Misc queries) 1 February 4th 05 12:19 AM


All times are GMT +1. The time now is 01:19 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"