Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
e-mail macro | Excel Discussion (Misc queries) | |||
e-mail macro 2 | Excel Discussion (Misc queries) | |||
E-mail macro | Excel Discussion (Misc queries) | |||
how do i mail a macro in my personnel macro workbook | Excel Discussion (Misc queries) | |||
E-mail macro | Excel Discussion (Misc queries) |