Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i use the following and it works fine in my code:
Case Is = "Requests" vtype = "R" Case Is = "Approvals" vtype = "A" now i want another case to include both R and A tried: Case Is = "All" vtype = "R" or "A" didn't work, evaluates to acting on every cell value.. can some help me so i can check whether the value in a cell is either an R or an A and execute the code. -- Gary |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Case without Select Case error problem | Excel Discussion (Misc queries) | |||
Case Select | Excel Programming | |||
Select Case help | Excel Programming | |||
For Each with Select Case | Excel Programming |