To work with If Statement in this example
This is an If Statement example to display a 'hello' message box if Text1 contains word of 'close':
If Text1.Text = "close" Then
MsgBox "hello"
End If
Post a Comment
No comments:
Post a Comment