A
Andrew-9558
I am about to send out a questionnaire that has been created in word, with
forms and is protected.
I have a return button to allow the recipient to return the questionnaire
(the easier the better) and a message box appears thanking them for there
time.
Private Sub CommandButton1_Click()
ActiveDocument.SendMail
MsgBox "Thank you for your reply - TMB Patterns Ltd"
End Sub
Testing this locally it works great, on a work colleagues computer the reply
button does not work...Macro settings on my machine are set to high, on
colleagues reduced this to low to try to get to work....
Any suggestions gratefully appreciated.
forms and is protected.
I have a return button to allow the recipient to return the questionnaire
(the easier the better) and a message box appears thanking them for there
time.
Private Sub CommandButton1_Click()
ActiveDocument.SendMail
MsgBox "Thank you for your reply - TMB Patterns Ltd"
End Sub
Testing this locally it works great, on a work colleagues computer the reply
button does not work...Macro settings on my machine are set to high, on
colleagues reduced this to low to try to get to work....
Any suggestions gratefully appreciated.