|
| | |||||||
| Windows XP Discuss the Microsoft Windows XP Operating System |
| | LinkBack | Thread Tools |
| |||
| Command Button to send word email attachment I have created a command button "submit" on a word document and have tried to create a macro to email it, however i have done something wrong as the attachment is not being created. Could someone please help me ASAP! Sub CommandButton1_Click() Dim Email As Object Dim Attachment As String Set Email = CreateObject("Outlook.Application") 'Assign Outlook application to variable With Email.CreateItem(olMailItem) .to = "<>" 'email address .Subject = "Incident Report" 'Something for the subject Field .body = ActiveDocument .Display = Attachment Options.SendMailAttach = True End With |
| |||
| Re: Command Button to send word email attachment "HELP" <HELP@discussions.microsoft.com> wrote in message news:29DC6315-FB1A-4C63-ABD9-B3229E37BFCF@microsoft.com... >I have created a command button "submit" on a word document and have tried >to > create a macro to email it, however i have done something wrong as the > attachment is not being created. Could someone please help me ASAP! > > Sub CommandButton1_Click() > > Dim Email As Object > Dim Attachment As String > > Set Email = CreateObject("Outlook.Application") 'Assign Outlook > application > to variable > > > With Email.CreateItem(olMailItem) > .to = "<>" 'email address > .Subject = "Incident Report" 'Something for the subject Field > .body = ActiveDocument > .Display = Attachment > > Options.SendMailAttach = True > > > End With You might want to post to a Word newsgroup. -- Rock [MVP - User/Shell] |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: MS Word 2003 - Cannot send document to email as attachment | flyfisher | Microsoft Office | 1 | 12-10-2008 10:40 AM |
| Send To email recipient doc as attachment does not work | Gautam Banerjea | Microsoft Office | 2 | 09-05-2007 01:10 PM |
| sending attachment from word etc by using send as attachment butto | SoniaC | Microsoft Office | 0 | 05-30-2007 03:00 AM |
| send to mail recipient ( as Attachment) the email will not send. | kfoster@pfeinc.com | Microsoft Office | 2 | 04-18-2007 09:01 AM |
| Cant send email the send button wont show up w/ outlook? | samonger4 | Microsoft Office | 0 | 03-09-2007 07:15 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |