Using VBA, I want to mail the current Word document as an attachment. The following code works, but how can you put in the name of the recipient. It’s always the same person and I don’t want to create a special Outlook form for this.
Options.SendMailAttach = True
ActiveDocument.SendMail
Any help out there??
Gwenda