I am trying to create a Msg Box that pops up when the user clicks on a text field. I just want to prompt the user let them hit ok and then carry on their entry,
I know I have to add:
Private Sub OnClick()
MsgBox "Good morning, ", vbOKOnly
End Sub
or something like that but I can't get it to work.
Please Help
I know I have to add:
Private Sub OnClick()
MsgBox "Good morning, ", vbOKOnly
End Sub
or something like that but I can't get it to work.
Please Help