D
danka
Hello:
I created a command button control and on click event. It works ok on my
machine.
I want to distribute this document to other users. When I try to open and
click on the command button on other machine it opens code instead running.
I must be missing something - how do you distribute documents containing
active controls?
Private Sub CommandButton11_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub
Please help. Thanks
Danka
I created a command button control and on click event. It works ok on my
machine.
I want to distribute this document to other users. When I try to open and
click on the command button on other machine it opens code instead running.
I must be missing something - how do you distribute documents containing
active controls?
Private Sub CommandButton11_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub
Please help. Thanks
Danka