|
-
Jun 30th, 2008, 01:58 PM
#1
Thread Starter
New Member
[RESOLVED] Add recipient to VB send mail
I would like to know how to add recipients when using the send mail command.
I have a "SUBMIT" button on a Word document, that invokes VB code to email the form.
The code below works to bring up email message with the word form as the attachment, however the TO: field is blank. I would like the To: field to be automatically filled in with my email address.
Private Sub CommandButton1_Click()
ActiveDocument.SendMail
End Sub
Please help.
Thanks
Krystal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|