Everyone
I am trying to use ranges in my select case but with no joy.
I have tried 1..2 also 1.2 and 1-2 e.g.
Select Case myVar
Case 1..2 :
or
Case 1.2 :
or
Case 1-2 :
Basically, I need to run certain code when a value falls between the range of values in the Case statement
Any help appreciated Jason Thomas
AssetCenter Consultant
I am trying to use ranges in my select case but with no joy.
I have tried 1..2 also 1.2 and 1-2 e.g.
Select Case myVar
Case 1..2 :
or
Case 1.2 :
or
Case 1-2 :
Basically, I need to run certain code when a value falls between the range of values in the Case statement
Any help appreciated Jason Thomas
AssetCenter Consultant