Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default e-mail macro

pls help, is there any way to make a macro in excel open Microsoft Outlook
and assign it to a button? Ideally i would like a button that opens outlook
and types in the same e-mail address every time. Is this possible? any help
greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default e-mail macro

Check out this web site:

http://www.rondebruin.nl/sendmail.htm

--
Regards,
Tom Ogilvy


"andrewbt" wrote:

pls help, is there any way to make a macro in excel open Microsoft Outlook
and assign it to a button? Ideally i would like a button that opens outlook
and types in the same e-mail address every time. Is this possible? any help
greatly appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default e-mail macro

Thank you Tom, i think it is safe to classify you in the category earmarked
'Ledgends'. You have saved my butt.

"Tom Ogilvy" wrote:

Check out this web site:

http://www.rondebruin.nl/sendmail.htm

--
Regards,
Tom Ogilvy


"andrewbt" wrote:

pls help, is there any way to make a macro in excel open Microsoft Outlook
and assign it to a button? Ideally i would like a button that opens outlook
and types in the same e-mail address every time. Is this possible? any help
greatly appreciated.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default e-mail macro

Try something like the following:

Sub StartEMail
ThisWorkbook.FollowHyperlink _
?subject=This is a test"
End Sub

Change the recipient address and subject as desired. Assign the procedure
StartEMail to a button on the sheet.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"andrewbt" wrote in message
...
pls help, is there any way to make a macro in excel open Microsoft Outlook
and assign it to a button? Ideally i would like a button that opens
outlook
and types in the same e-mail address every time. Is this possible? any
help
greatly appreciated.


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
e-mail macro cjmike Excel Discussion (Misc queries) 6 November 8th 06 03:40 PM
e-mail macro 2 cjmike Excel Discussion (Misc queries) 1 November 8th 06 02:53 PM
E-mail macro G and (ajk) Excel Discussion (Misc queries) 3 October 11th 06 03:29 PM
how do i mail a macro in my personnel macro workbook leo Excel Discussion (Misc queries) 5 December 23rd 05 04:02 PM
E-mail macro greg7468 Excel Discussion (Misc queries) 1 September 22nd 05 05:19 PM


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