Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am having some trouble with Select Case. I have a bunch of ifelse statements that would be run faster as a select case, but i cant get the syntax. I want something like: Function range(incw) as string Select Case incw Case is 0 range="None" Case is 0 And <=5 ' This is the part im having trouble with range="Moderate" Case is 5 range="Extreme" End Select End Function Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
End Select without Select Case, Block If without End If errors | Excel Programming | |||
Case Select | Excel Programming | |||
Select Case | Excel Programming |