R
ragtopcaddy via OfficeKB.com
I have the following line of code in an Access module:
Set xlChartObject = XLobj.ActiveSheet.ChartObjects(i + y)
I get error 1004, "Application defined, or object defined error".
This code worked fine in 2003, but refuses to budge in 2007.
--
Bill Reed
"If you can't laugh at yourself, laugh at somebody else"
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/excel-programming/200810/1
Set xlChartObject = XLobj.ActiveSheet.ChartObjects(i + y)
I get error 1004, "Application defined, or object defined error".
This code worked fine in 2003, but refuses to budge in 2007.
--
Bill Reed
"If you can't laugh at yourself, laugh at somebody else"
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/excel-programming/200810/1