![]() |
|
#1
|
|||
|
|||
|
I have created a simple suggestion form with a basic command button. However when I click submit, it opens two email windows rather than 1.
Code:
Private Sub CommandButton1_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub
Thanks |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Macro for submit email
|
AmyScott | Excel Programming | 2 | 12-29-2014 09:28 AM |
VBA Code for a SUBMIT button in a Word form
|
BlueMax | Word VBA | 3 | 08-07-2013 06:26 AM |
command button that generates a popup for sending email
|
oduntan | Word VBA | 4 | 03-21-2013 02:15 PM |
Email submit that...
|
antipelagian | Word VBA | 3 | 02-12-2013 12:07 PM |
Command button - save in temp folder and send email with attachment
|
bigbird69 | Word VBA | 13 | 11-18-2012 10:06 PM |