J
Jonathan Rynd
Using the Excel SDK (i.e. the Excel4 macro language), how can I
(a) how can I determine if the present cell is part of an array formula?
(b) if I know that the current cell is part of an array formula, how can I
determine the range that is the output of the current array formula?
Basically, emulate VBA's "CurrentArray" method of the Range object.
Or is Automation the only way to get that information?
(a) how can I determine if the present cell is part of an array formula?
(b) if I know that the current cell is part of an array formula, how can I
determine the range that is the output of the current array formula?
Basically, emulate VBA's "CurrentArray" method of the Range object.
Or is Automation the only way to get that information?