Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oops. Sorry about missing the VBA stuff.
You may want to use something like: If InStr(1, ActiveSheet.Range("c13").Value, _ "5 card charlie", vbTextCompare) 0 Then if you don't care about case. (and I like to qualify my ranges...) RobcPettit wrote: Solved it. Used If InStr(Range("c13"), "5 Card Charlie") Then charlie = "5CC" Else charlie = "" End If Thankyou Regards Robert -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace numeric strings in larger text strings | Excel Worksheet Functions | |||
How to find number of pairs of strings from list of strings? | Excel Worksheet Functions | |||
How can I count strings within strings | Excel Worksheet Functions | |||
Finding strings within strings | Excel Programming | |||
Finding strings within strings | Excel Programming |