How-to: Create send Word document as email attachment button????

N

ned4spd8874

I have posted on this before and thought I had it working. But it is
not. I have a form that I created that I want to send to managers and
such in my company. I would like to have a button that they can click
on inside the document that will automatically send the file as an
attachment in Outlook.

I have tried clicking on the E-Mail button, but it does not always come
up on some clients. I have tried to create a Command Button that has
the following code:

Private Sub CommandButton1_Click()
ActiveDocument.SaveAs ("C:\\Employee Access Request Form.doc")
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub

Which doesn't work on all clients as well because of our default Macro
security is set to high.

Is there any way to do this without using Macro's????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top