Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to use the following code to get a list of all
the precedents of cell A1 on Sheet1: Sub sbGetPrecedents() Worksheets("Sheet1").Activate MsgBox Range("A1").Precedents.Address End Sub It seems to create a list of all the precedents that are on Sheet1, but it does not include the precedents that are on other worksheets. Does anybody have a suggestion how I can get these as well??? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tracing precedents | Excel Worksheet Functions | |||
Precedents | Excel Discussion (Misc queries) | |||
Exact Precedents | Excel Worksheet Functions | |||
Excel Precedents | Excel Discussion (Misc queries) | |||
Trace Precedents | Excel Programming |