Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you use Select Case if you have a range of numbers like 0<e<1
Not 0<=e<=1 that would be Case 0 to 1. Here is an example: Select Case e Case 0 'for case 0 Case 0<e<1 'this does not work 'for case 0<e<1 Case 1 'for case 1 Case Is <1 'for all cases above 1 end select |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I write a select case statement for range | Excel Programming | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Select Case on a range - problem | Excel Programming | |||
case select and a range | Excel Programming |