hello
What kind of macro would work to send a document to a specified email
address from Word?
In Excel you have the code:
Sub Send()
ActiveWorksheet.SendMail "firstname.lastname@domain.fi" _ "this is subject"
End Sub
But it does not work in Word (in form ActiveDocument.SendMail)
The ActiveDocument.SendMail part works, but you cannot insert the address
automatically.
Can anyone help, please?
We are talking about Word 2002 on Windows XP