D
Doug Glancy
From VBA help for the NavigateArrow method is this description of the its
second parameter:
"ArrowNumber Optional Variant. Specifies the arrow number to navigate;
corresponds to the numbered reference in the cell's formula."
I'm interested in accessing the "numbered reference." I imagine something
like:
range("A1").formula.references(1),
but I can't figure out anything. Is there a way to access the references in
a formula?
Thanks,
Doug Glancy
second parameter:
"ArrowNumber Optional Variant. Specifies the arrow number to navigate;
corresponds to the numbered reference in the cell's formula."
I'm interested in accessing the "numbered reference." I imagine something
like:
range("A1").formula.references(1),
but I can't figure out anything. Is there a way to access the references in
a formula?
Thanks,
Doug Glancy