Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can someone suggest a simple way to find each "target text" in a
worksheet then create an array with the row # of each found "target text"? Something like: i = 0 Cells(1, 1).Select Cells.Find("target text"...) Do Until ????? Cell.FindNext(...).Activate intMatchedRows(i) = ActiveCell.Row i = i + 1 Loop Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search, find or lookup defined text in text string | Excel Worksheet Functions | |||
can you find specific text in a string ignoring any other text | Excel Discussion (Misc queries) | |||
open some txt files ,find text , copy the text before that to a single cell | Excel Programming | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming |