View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
M100C[_2_] M100C[_2_] is offline
external usenet poster
 
Posts: 1
Default Determining if a cell has an external reference ...

All,
Is there a way to determine whether a range (cell) has an external
reference (e.g. ='C:\Documents and Settings\M100C\My Documents
\Spreadsheets\[networth.xls]Sheet1'!$E$1) without parsing the Formula
property? I could not find any other range properties that seemed to
unambiguously indicate that the source of data was outside the
workbook.

If not, I have not considered all of the potential Formula property
values for various data sources, and if parsing is needed, is there a
specific string or characters (maybe[*]) that would indicate that the
range has an external reference.

Thanks,
Chris