|
| ||||||||||
| Tags: excel, outlook, send mail |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to send mails from Excel using Outlook
I have an Excel spreadsheet with a button inside. This button activates a macro that sends the active sheet attachment via Outlook. The problem is that Excel, via function xlDialogSendMail, calls Outlook. Then asks me to click send and I send the mail without opening Outlook. Do any one have experience in this field? My code for the button: Code: Private Sub CommandButton1_Click() Dim Destination As String Dim Source As String Destination = "destination@free.com" Source = "Source mail" ActiveWorkbook.SendMail Destination, Source, False End Sub |
|
#2
| ||||
| ||||
| Re: How to send mails from Excel using Outlook
I will say it as a mistake because it could not automatically create the message. Basically ensure that it is outlook and not excel that triggers the sending? |
|
#3
| ||||
| ||||
| Re: How to send mails from Excel using Outlook
I know about this message. I have already done some research and found that it is a security introduced with SP3 for Office 2003. I have installed "Express ClickYes" software designed to automatically click YES. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to send mails from Excel using Outlook" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cannot send mails on outlook 2003 | genevievetully | Windows Software | 2 | 25-07-2011 01:31 AM |
| How to send mails from VC++ program rather than using outlook | Anne Heche | Software Development | 6 | 26-06-2011 07:34 PM |
| After install avg 2011 I am not able to send mails via outlook | Gowri | Networking & Security | 5 | 06-06-2011 12:07 AM |
| Unable to send reply to mails via Outlook in Windows Vista | Pikachoo | Technology & Internet | 2 | 20-02-2009 10:01 PM |
| I can't send mails in Outlook!! | Jose Banana | Windows Software | 3 | 08-08-2008 11:39 AM |