PC Review


Reply
Thread Tools Rate Thread

Determining if a cell has an external reference ...

 
 
M100C
Guest
Posts: n/a
 
      22nd Feb 2008
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
 
Reply With Quote
 
 
 
 
JLGWhiz
Guest
Posts: n/a
 
      22nd Feb 2008
In Excel help search for " Display the relationships between formulas and
cells "



"M100C" wrote:

> 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
>

 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      22nd Feb 2008
Using VBA:

ActiveCell.ShowPrecedents 'To show the arrows

ActiveSheet.ActiveCell.ShowPrecedents remove:=True


"M100C" wrote:

> 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
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using cell value to build external reference =?Utf-8?B?VG9kZCBMaWV0aGE=?= Microsoft Excel Misc 11 1st Oct 2007 05:50 PM
Using cell value to reference external worksheet? =?Utf-8?B?dHNvYmllY2g=?= Microsoft Excel Worksheet Functions 2 6th Mar 2006 03:11 PM
External Cell Reference in VBA? mattsvai Microsoft Excel Programming 1 3rd Feb 2006 04:08 PM
dynamic external cell reference =?Utf-8?B?YmcuaXRkZXB0?= Microsoft Excel Worksheet Functions 4 19th Feb 2005 03:15 AM
Dsum - external cell reference stan562 Microsoft Excel Worksheet Functions 2 23rd Nov 2003 11:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:54 AM.