Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In VBA, how can I check if a substring exists in a cell? Say
cells have ABC123 D123EF GHI456 How can I test if a cell has "123" in it, in this case, the top 2 cells will pass the test. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 28 Jan 2008 19:16:03 -0500, "Net Doe"
wrote: In VBA, how can I check if a substring exists in a cell? Say cells have ABC123 D123EF GHI456 How can I test if a cell has "123" in it, in this case, the top 2 cells will pass the test. INSTR function --ron |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Ron Rosenfeld" wrote in message
... On Mon, 28 Jan 2008 19:16:03 -0500, "Net Doe" wrote: In VBA, how can I check if a substring exists in a cell? Say cells have ABC123 D123EF GHI456 How can I test if a cell has "123" in it, in this case, the top 2 cells will pass the test. INSTR function --ron Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
substring | Excel Discussion (Misc queries) | |||
Finding a Substring? | Excel Worksheet Functions | |||
Substring | Excel Discussion (Misc queries) | |||
Substring | Excel Discussion (Misc queries) | |||
Substring check within VBA | Excel Programming |