Can I trace dependants for a multiple selection?

G

Guest

Hi,

Is it possible to trace dependants for selected cells, rather than just the
active cell? Preferably I would like to trace an entire worksheet. My
objective is to determine whether a worksheet is linked to any other
worksheets.

Bryce
 
D

Dave Peterson

If you're looking for links to worksheets within the same workbook, you could
use edit|find and search for the exclamation point (!).

You may get a few false positives if you have text in your worksheet:

=if(a1>5,"Too many!","Very Good!")


If you're looking for links to worksheets in other workbooks, you may want to
use this.

Bill Manville's FindLink program:
http://www.oaltd.co.uk/MVP/Default.htm

======
I've done this to find links between worksheets in the same workbook.

Copy the workbook (don't destroy the original!).
Move the worksheet to a new workbook (not copy)
Then use Bill Manville's findlink program to search for links to the original
copy.
 
G

Guest

Thanks mate,

This should work fine as I dont have any exclamation marks as text entries.
Seems as simple solution,

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top