ianb
Member
Hi, I would like to shorten my program as I am doing this for over 100 charts...
IS there a way to do this for multi charts on multi worksheets.
Sheets("???????????Select
Range("A6").Select
ActiveSheet.ChartObjects("1").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle
ActiveSheet.ChartObjects("2").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle
ActiveSheet.ChartObjects("3").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle
IS there a way to do this for multi charts on multi worksheets.
Sheets("???????????Select
Range("A6").Select
ActiveSheet.ChartObjects("1").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle
ActiveSheet.ChartObjects("2").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle
ActiveSheet.ChartObjects("3").Activate
ActiveChart.ClearToMatchStyle
ActiveChart.ChartStyle = 18
ActiveChart.ClearToMatchStyle