this is the basic code of Selection Structure
Dim Adrian as Integer
Adrian=Text1.Text
Select Case Adrian
Case Val(Adrian) > 100
MsgBox"You Enter Greater than 100"
Case Else
MsgBox"You Enter less than 100"
End Select
Happy Coding
These icons link to social bookmarking sites where readers can share and discover new web pages.
Leave a comment