Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column that contains a 2 character code. How can I use only one
case statement to be true for all cases where the cell started with a C? For example the cell could contain CA, CD, CQ, C5 etc. Select Case Cells(x,9) Case "BQ" Rejected = False Case "C*" Rejected = True End Select Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using LIKE in case statement | Excel Programming | |||
If Statement with Wildcards not Working | Excel Worksheet Functions | |||
Wildcards in IF statement | Excel Discussion (Misc queries) | |||
VBA Case statement | Excel Programming | |||
Case Statement | Excel Discussion (Misc queries) |