Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Group,
I have a select case that is not working as I expected, Delta1ToSP = -3.38629648094637E-02 or -.0338: Select Case Delta1ToSP Case -0.02 To -0.05 ' This is where I expected the stop Stop Case -0.050001 To -0.1 Stop Case -0.10001 To -1 Stop Case 0.02 To 0.05 Stop Case 0.050001 To 0.1 Stop Case 0.10001 To 1 Stop Case Else Stop End Select What am I missing? Thanks, -- David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case not recognized in Select Case | Excel Programming | |||
Select Case | Excel Programming | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
End Select without Select Case, Block If without End If errors | Excel Programming |