How to send document via email

A

Andre Croteau

Hi,

I am new to the Word newsgroups, but have surfed mainly in the Excel
newsgroups.

I would like to have a macro button that user would click so that the file
be sent by email.
(I have not yet found how to insert that maco button- not as easy as Excel)

I have tried using the same Excel VBA code into the Word VBA code without
any success.

In Excel I had this command code

ActiveWorkbook.SendMail [email protected], _
"Message on Subject line"

Can someone come up with the code to send the documents, along with the
message?

Thank you

André
 
Top