e-mail word doc

S

SITCFanTN

I'm using this code to e-mail a protected word doc as an attachment via
outlook but it keeps erroring, any suggestions is appreciated, thank you

Private Sub CommandButton1_Click()

ActiveDocument.SendMail
.Subject = "Request Form"
.AddRecipient "(e-mail address removed)"
.Delivery = wdAllAtOnce
End With
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top