Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Thanks for any help.
I want to trace all dependents in a worksheet at once-is that possible? I have a large worksheet, and it would take a long time to go to cell by cell to trace dependents. Thanks. |
#2
![]() |
|||
|
|||
![]()
AFAIK you can only trace dependents for the Active Cell (or 1 cell at a
time). It may be time consuming, but just imagine how confusing it would be to have possibly hundreds (maybe thousands) of arrows & rectangles suddenly overlapping one another. IMHO, that would be even worse. One thing that may expedite the task... Go to EditGoTo, click 'Special' & choose Formulas (uncheck any boxes if appropriate). You can then click the Trace Precedents button on the Formula Editing toolbar to still trace only one cell at a time, but then you can just press Tab afterward to go directly to the next cell to be traced. HTH |:) "Ian Elliott" wrote: Thanks for any help. I want to trace all dependents in a worksheet at once-is that possible? I have a large worksheet, and it would take a long time to go to cell by cell to trace dependents. Thanks. |
#3
![]() |
|||
|
|||
![]()
Ian,
There is some code of mine here that might do what you want... http://makeashorterlink.com/?L5F24173B ' Finds worksheet formulas on each sheet in the active workbook. 'Adds a new worksheet and lists all formulas found and their cell addresses, ' values, precedents and dependents. ' Formulas that have error values will also appear on the list. Regards, Jim Cone San Francisco, USA "Ian Elliott" wrote in message ... Thanks for any help. I want to trace all dependents in a worksheet at once-is that possible? I have a large worksheet, and it would take a long time to go to cell by cell to trace dependents. Thanks. |
#4
![]() |
|||
|
|||
![]()
Jim,
I just ran across your code here and it works great! However, I need it to show the dependents from the whole workbook not just the current sheet. In otherwords is there something I can modify in your code to show in the dependent column all of the dependents within the entire workbook? i.e. a cell in another sheet that references a cell in the current sheet. Thanks in advance! "Jim Cone" wrote: Ian, There is some code of mine here that might do what you want... http://makeashorterlink.com/?L5F24173B ' Finds worksheet formulas on each sheet in the active workbook. 'Adds a new worksheet and lists all formulas found and their cell addresses, ' values, precedents and dependents. ' Formulas that have error values will also appear on the list. Regards, Jim Cone San Francisco, USA "Ian Elliott" wrote in message ... Thanks for any help. I want to trace all dependents in a worksheet at once-is that possible? I have a large worksheet, and it would take a long time to go to cell by cell to trace dependents. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deselect Cells while using ctrl | Excel Discussion (Misc queries) | |||
Condensing a list/range with blank cells to a new list/range without blanks | Excel Worksheet Functions | |||
Counting only active cells | Excel Discussion (Misc queries) | |||
Fill cells from non-adjacent cells | Excel Discussion (Misc queries) | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions |