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