ChefSausage
Programmer
In Word I'm trying to create a hyperlink that pops up an email window with the document attached. I have the basic function down with these lines:
Options.SendMailAttach = True
ActiveDocument.SendMail
All I need now is to have a recipient email address that goes with it. It's always the same address so it can be hardcoded, and I don't want the document to save before sending. This one is driving me batty.
Options.SendMailAttach = True
ActiveDocument.SendMail
All I need now is to have a recipient email address that goes with it. It's always the same address so it can be hardcoded, and I don't want the document to save before sending. This one is driving me batty.