Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to open the Outlook dialog box and populate the "to address" with an
email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Debbie,
Try Application.Dialogs(xlDialogSendMail).Show " If you want more than one address, just separate addresses in the list with semicolons and enclose the entire string in double quotes. Steve Yandl "Debbie Horner" wrote in message ... I want to open the Outlook dialog box and populate the "to address" with an email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Steve...I tried that because I saw it out here and it gave me an error
but I will try again and let you know. I appreciate the prompt response..this site has been very helpful. "Steve Yandl" wrote: Debbie, Try Application.Dialogs(xlDialogSendMail).Show " If you want more than one address, just separate addresses in the list with semicolons and enclose the entire string in double quotes. Steve Yandl "Debbie Horner" wrote in message ... I want to open the Outlook dialog box and populate the "to address" with an email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steve -
It gives me compile error - syntax Thanks "Steve Yandl" wrote: Debbie, Try Application.Dialogs(xlDialogSendMail).Show " If you want more than one address, just separate addresses in the list with semicolons and enclose the entire string in double quotes. Steve Yandl "Debbie Horner" wrote in message ... I want to open the Outlook dialog box and populate the "to address" with an email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nevermind...
When I first saw it...it displayed as two different lines...when I got a bigger screen and saw that you had it on the same line...I moved it and it works like a charm!!! Thanks a million! "Steve Yandl" wrote: Debbie, Try Application.Dialogs(xlDialogSendMail).Show " If you want more than one address, just separate addresses in the list with semicolons and enclose the entire string in double quotes. Steve Yandl "Debbie Horner" wrote in message ... I want to open the Outlook dialog box and populate the "to address" with an email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're welcome.
You can also have additional arguments using the same format but each argument separated by a comma. arg2 would be used if you want to pre-set the 'Subject' line and arg3 could be set to true or false to indicate you wanted a return receipt. Steve "Debbie Horner" wrote in message ... Nevermind... When I first saw it...it displayed as two different lines...when I got a bigger screen and saw that you had it on the same line...I moved it and it works like a charm!!! Thanks a million! "Steve Yandl" wrote: Debbie, Try Application.Dialogs(xlDialogSendMail).Show " If you want more than one address, just separate addresses in the list with semicolons and enclose the entire string in double quotes. Steve Yandl "Debbie Horner" wrote in message ... I want to open the Outlook dialog box and populate the "to address" with an email address - I do not want the email to automatically send. I currently have code which opens up the dialog box fine..just need to add email address to it.. code is currently Application.Dialogs(xlDialogSendMail).Show Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link an email address in a cell to a MS Outlook template | Excel Discussion (Misc queries) | |||
How would you access an email address in Outlook from excel? | Excel Programming | |||
extracting email address from Outlook | Excel Programming | |||
transfer email address cells from excel to outlook | Excel Discussion (Misc queries) | |||
Put Email Address from Excel to Outlook | Excel Programming |