Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I add addtional textstrings, i.e. "this2", "that" , "whatever", to
the statement listed below? I am trying to search a range to find cells that contain different names. Set rngFound = rngToSearch.Find(What:="this", _ LookIn:=xlFormulas, _ LookAt:=xlWhole, _ MatchCase:=False) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find and replace numeric strings in larger text strings | Excel Worksheet Functions | |||
find multipule text strings within a cell | Excel Discussion (Misc queries) | |||
How to find common strings of text then copy those rows elsewhere? | Excel Worksheet Functions | |||
How to find number of pairs of strings from list of strings? | Excel Worksheet Functions | |||
Adding additional rows in VBA based on character strings | Excel Programming |