Hi chaps
I'm trying to add a pop up message to a command button.
I have a button which has a sendmail routine in the click event.
I would like this button to also pop up a message which says, thank you, your mail has been sent.
I can't do this :-( I'm realling struggling!
I'm not a programmer but I really need to sort this out. Please can someone help me?
I have the VBA window open and i try to add the following but I get an error message telling me it's expecting an expression.
Msgbox ("Thank you for your email",vbOKCancel,"Your email has been sent",,)
the sendmail routine works just fine by the way!
many thanks
lynne
I'm trying to add a pop up message to a command button.
I have a button which has a sendmail routine in the click event.
I would like this button to also pop up a message which says, thank you, your mail has been sent.
I can't do this :-( I'm realling struggling!
I'm not a programmer but I really need to sort this out. Please can someone help me?
I have the VBA window open and i try to add the following but I get an error message telling me it's expecting an expression.
Msgbox ("Thank you for your email",vbOKCancel,"Your email has been sent",,)
the sendmail routine works just fine by the way!
many thanks
lynne