Select Case Syntax
Greetings,
I am trying to use a select case statement where the case is every 7th
number. In a For/Next loop it would be written:
For i = 14 to 42 step 7
...
Next i
How would you do that for Select Case?
Anyone help will be appreciated.
-Minitman
|