Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Of a range, that is.
Thanks. *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DirectDependents are one level from the dependent cell
Dependents includes ALL levels. Try this: A1: 10 A2: =A1 A3: =A2 Select A1......Switch to the VBE immediate window Enter: ? activecell.Dependents.Count Return value = 2 Enter: ? activecell.DirectDependents.Count Return value = 1 Does that help? -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) wrote in message ... Of a range, that is. Thanks. *** |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Clearer explanation (hopefully):
• DirectDependents all cells that directly reference the target cell. • Dependents includes all cells that reference the target cell, directly or indirectly. -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) "Ron Coderre" wrote in message ... DirectDependents are one level from the dependent cell Dependents includes ALL levels. Try this: A1: 10 A2: =A1 A3: =A2 Select A1......Switch to the VBE immediate window Enter: ? activecell.Dependents.Count Return value = 2 Enter: ? activecell.DirectDependents.Count Return value = 1 Does that help? -------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) wrote in message ... Of a range, that is. Thanks. *** |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron:
Thanks very much for your reply. That's very clear. *** |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You're welcome...I'm glad I could help.
-------------------------- Regards, Ron Microsoft MVP (Excel) (XL2003, Win XP) wrote in message ... Ron: Thanks very much for your reply. That's very clear. *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
UDF FOR DEPENDENTS | Excel Discussion (Misc queries) | |||
trace all dependents | Excel Discussion (Misc queries) | |||
Finding when there are no directdependents | Excel Programming | |||
charting a difference of 2 columns' w/o adding a difference column | Charts and Charting in Excel | |||
Dependents | Excel Programming |