Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Alternative, purely for the sake of diversity ...
If ActiveCell.Value Like "[Aa]*" Then Do Something End If Oh, and I like the "Like" operator ;o) | If Left(ActiveCell.Value,1) = "P" Then | Do Something | End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
How do I write "begins with"? | Excel Discussion (Misc queries) | |||
Sorting text that begins with "the" or "a" | Excel Discussion (Misc queries) | |||
highest value in a Row, that begins with "21" or "28" | Excel Programming |