K
Ken Buonocore
I'm trying to write a macro to update the color scheme of
a chart, but the chart is a chart object formerly linked
to an Excel file. The datasheet will open, but when I try
to go through the steps necessary of selecting a data
series, changing the color, nothing gets written to the
macro. This is all that comes up:
ActiveWindow.Selection.SlideRange.Shapes("Object
129").Select
ActiveWindow.Selection.ShapeRange.OLEFormat.DoVerb
Index:=1
ActiveWindow.Selection.Unselect
Any help out there? Thanks
a chart, but the chart is a chart object formerly linked
to an Excel file. The datasheet will open, but when I try
to go through the steps necessary of selecting a data
series, changing the color, nothing gets written to the
macro. This is all that comes up:
ActiveWindow.Selection.SlideRange.Shapes("Object
129").Select
ActiveWindow.Selection.ShapeRange.OLEFormat.DoVerb
Index:=1
ActiveWindow.Selection.Unselect
Any help out there? Thanks