M
Mark Holcomb
I have working vba code from excel 2000 but chokes in 2003. The debugger
points to the second line (i put the first one in for context) ... the help
suggests some sort of 'on error' statement which I dont used.
Set co1 = Worksheets("Position solution - 2act ").ChartObjects("Chart
1221")
co1.Chart.Export Filename:="C:\chart1.gif", FilterName:="GIF",
Interactive:="FALSE"
does anyone know what has changed? why this doesnt work?
Thanks!
MarkH
points to the second line (i put the first one in for context) ... the help
suggests some sort of 'on error' statement which I dont used.
Set co1 = Worksheets("Position solution - 2act ").ChartObjects("Chart
1221")
co1.Chart.Export Filename:="C:\chart1.gif", FilterName:="GIF",
Interactive:="FALSE"
does anyone know what has changed? why this doesnt work?
Thanks!
MarkH