Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Is there an easy way to search all used cells in a workbook to detect references to named ranges? eg if I name a range "Labor2009" and a cell somewhere has a value like = "Labor2009" how could i search that something like pseudocode For each oCell in oWorkBook.UsedCells(if such a collection existed) If oCell.Value Like ("*target name*") then 'found reference End if Next thanks mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search a named range | Excel Worksheet Functions | |||
search values in named formulas | Excel Programming | |||
Macro to select only cells containing values within named range | Excel Programming | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Search cells in a column and return yes/no if they are present in named range | Excel Programming |