Excel: Selecting a Data Point in a Chart with a MacroID: Q49277
|
In Excel versions 2.2, 3.0 and 4.0, a series or data point can be
selected from a macro by using the SELECT function. The arguments are
in the form "SxPy" where "x" is the number of the series and "y" is
the number of the data point.
For example, the following macro activates a chart and selects point 3
in series 2:
=ACTIVATE("Chart1")
=SELECT("S2P3")
Additional query words:
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 15, 1999