Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a select case statement
I want to use the "Or" logic so that I have Select Case State Case "OR" or "NY" But this logic does not work, nor does Application.Or("OR","NY") Does anyone know how to use the Or statement in a select case. Thanks for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just use commas
case "A","B" -- Don Guillett SalesAid Software "Jeff" wrote in message ... I have a select case statement I want to use the "Or" logic so that I have Select Case State Case "OR" or "NY" But this logic does not work, nor does Application.Or("OR","NY") Does anyone know how to use the Or statement in a select case. Thanks for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Currency to Text | Excel Worksheet Functions | |||
Loop for VBA code? | Excel Worksheet Functions | |||
Amount or Numbers in Words | New Users to Excel | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions | |||
Convert Numeric into Text | Excel Worksheet Functions |