Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to create a macro that will examine the active workbook and
generate a new sheet listing any cells that contain links to external workbooks. I know that I can see what the links ARE, as in the name and path of linked workbooks. What I'd like to do in addition to this is see what cells use those links. For instance, I already have code that can tell me that a given workbook has a link to the file C:\external.xls But suppose that in the active workbook, Sheet1 Cell D15 has the function "=HLOOKUP($E$15,'C:\[external.xls]Sheet3'!$D$4:$L$25,A23,FALSE)" I'd like to include that cell reference (and ideally, that function) in the report. Short of examining every cell in the workbook for a function that contains "C:\external.xls", I don't know of any other methods. I'd appreciate any suggestions. Thanks. -- Hmm...they have the Internet on COMPUTERS now! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match function...random search? | Excel Worksheet Functions | |||
Sorting a range of cells that get value from other cells | Excel Discussion (Misc queries) | |||
Counting empty cells within a range of cells | New Users to Excel | |||
if the value of a cell in a range is not blank, then return the v. | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel |