![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi, I have the following code:
With Application.Dialogs(xlDialogSendMail) .Show .To = " .Subject = "New Set-Up required" .Body = "Please attach additional documents if appropriate and send the email as normal." .Attachments.Add ActiveWorkbook.FullName End With But the To, Subject and Body fields do not populate with the fields that I have specified. I am very new to this so any suggestions would help hugely!! Many thanks Jas |
Ads |
#2
|
|||
|
|||
![]()
You might want to post in an Excel group, since they'll be more familiar with coding the dialogs you're referring to.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jas" wrote in message ... Hi, I have the following code: With Application.Dialogs(xlDialogSendMail) .Show .To = " .Subject = "New Set-Up required" .Body = "Please attach additional documents if appropriate and send the email as normal." .Attachments.Add ActiveWorkbook.FullName End With But the To, Subject and Body fields do not populate with the fields that I have specified. I am very new to this so any suggestions would help hugely!! Many thanks Jas |
#3
|
|||
|
|||
![]()
Have a look at Ron's website, he has created an addin for sending mail
from Excel http://www.rondebruin.nl/mail/add-in.htm Joop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
problem with sending mail | sal | Outlook - General Queries | 1 | March 23rd 06 09:22 AM |
OE Sending mail PROBLEM | Geoff | Outlook Express | 11 | February 27th 06 03:30 AM |
Outlook Express Sending Mail PROBLEM | Moir | Outlook Express | 4 | February 26th 06 12:51 AM |
problem sending e-mail | Girdwood | Outlook Express | 12 | February 24th 06 08:45 PM |
Outlook Express Sending mail PROBLEM | Moir | Outlook Express | 9 | February 24th 06 11:33 AM |