April 2006
Beginner
1114 pages
98h 16m
English
range.Precedents
Returns a Range object that represents the cell or cells whose values are used directly or indirectly to calculate the values of the specified range. If cell E1 contains a formula that uses cells B1 and C1, the following code selects cells B1 and C1:
Activesheet.Range("E1").Precedents.SelectRead now
Unlock full access