gs99
Programmer
- Oct 7, 2001
- 40
How does VBA obtain information about formula dependents?
Help provides this format:
Range("A1").Dependents.Select
When I use this for a cell that has a formula, I get a VB message "No cells were found".
I really don't want to select it, I'm looking for code to obtain the "dependents" info, but the simpler select is not working.
Also, with Range.HasFormula, if a cell has "=D1", is this not considered a formula? My code says no. But isn't D1 a dependent?
Thanks,
George