B
Buzzmcduffie
I need a command button on my word template which will
automatically attach the template to an email, address it,
fill in the subject line and message.
I've gotten this far but need help with the email address,
subject line and message
Private Sub CommandButton1_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub
Thanks!!
..
automatically attach the template to an email, address it,
fill in the subject line and message.
I've gotten this far but need help with the email address,
subject line and message
Private Sub CommandButton1_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub
Thanks!!
..