Testing vbcode

BlackByte

Well-known member
Joined
Jun 29, 2008
Messages
126
Location
South Africa, Durban
Programming Experience
1-3
If IsNumeric(Num1) Then​
MsgBox("Correct input")​
Else​
MsgBox("Wrong input")​
End If​
 
Back
Top