J
James
Hello I have the following Code for an MSGBox and I am
getting an error or the Left Hand needs to contain an
Object or Varient???
I dont understand??
Private Sub Form_Click()
Dim strMsg As String
strMsg = "Please Press a Key to Continue!"
MsgBox(strMsg, vbOKOnly, "Error!") = vbOK
End Sub
Thanks
James
getting an error or the Left Hand needs to contain an
Object or Varient???
I dont understand??
Private Sub Form_Click()
Dim strMsg As String
strMsg = "Please Press a Key to Continue!"
MsgBox(strMsg, vbOKOnly, "Error!") = vbOK
End Sub
Thanks
James