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????
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????