S
Scooter
The code at the bottom use to work in Excel 2003 but now in Excel 2007 I get
the error message when it executes the ActiveSheet line:
Run-time error '1004':
Application-defined or object-defined erro
---------------------------------------------------------------------------------------------
dim shtcnt as integer
For shtcnt = 2 To (ActiveWorkbook.Sheets.Count - 1)
ActiveWorkbook.Sheets(shtcnt).Select
ActiveSheet.ChartObjects("xyz chart").Selec
the error message when it executes the ActiveSheet line:
Run-time error '1004':
Application-defined or object-defined erro
---------------------------------------------------------------------------------------------
dim shtcnt as integer
For shtcnt = 2 To (ActiveWorkbook.Sheets.Count - 1)
ActiveWorkbook.Sheets(shtcnt).Select
ActiveSheet.ChartObjects("xyz chart").Selec