Tuesday, December 11, 2007

How to work with If Statement in this example

How to work with If Statement in this example

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

No comments: