Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having extreme difficulty determining if a cell has dependents:
Function CellA1HasDependents() Dim R As Range Set R = Range("MySheet!A1").DirectDependents if R Is Nothing then ... Whether another cell (on MySheet) refers to A1 or NOT, R is always Not Nothing. What am I doing wrong? Thanks. *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula not working properly | Excel Worksheet Functions | |||
my sum function is not working properly | Excel Discussion (Misc queries) | |||
But not working properly | Excel Discussion (Misc queries) | |||
Finding when there are no directdependents | Excel Programming | |||
For Each Loop not working properly | Excel Programming |