How can i check the value of a Variable
then take some Action
without using IF THEN or Select Case
Typically ;
Lets say X = 5
IF X = 5 Then Exit Sub
however,
how can i know value of X
then take some action according to value of X
without using IF THEN or Select Case statements
is this possible ??
then take some Action
without using IF THEN or Select Case
Typically ;
Lets say X = 5
IF X = 5 Then Exit Sub
however,
how can i know value of X
then take some action according to value of X
without using IF THEN or Select Case statements
is this possible ??