Prev: legend keeps changing
Next: Bar Graph Help
From: Eric Boomsma on 11 May 2010 04:00 I have a PC with Office 2007 and a PC with Office 2003. Ik am using a macro wich uses the method Activechart.Export ("C:\TEMP\TEST.BMP") to export a graph to a BMP file. In Office 2007 everything works fine. In Office 2003 I am getting the error: Error 1004. Method Export of object _Chart didn´t succeed. I read something about importfilters. But I didn´t see the solution. Can someone tell what I can do about it?
From: Jon Peltier on 11 May 2010 12:46 Try Activechart.Export "C:\TEMP\TEST.PNG" A PNG image file is a compressed bitmap. - Jon ------- Jon Peltier Peltier Technical Services, Inc. 774-275-0064 http://peltiertech.com/ On 5/11/2010 4:00 AM, Eric Boomsma wrote: > Activechart.Export ("C:\TEMP\TEST.BMP")
From: Eric Boomsma on 12 May 2010 07:41 Hello Jon, This works. Thank you. I can live with it. Eric "Jon Peltier" wrote: > Try > > Activechart.Export "C:\TEMP\TEST.PNG" > > A PNG image file is a compressed bitmap. > > - Jon > ------- > Jon Peltier > Peltier Technical Services, Inc. > 774-275-0064 > http://peltiertech.com/ > > > On 5/11/2010 4:00 AM, Eric Boomsma wrote: > > Activechart.Export ("C:\TEMP\TEST.BMP") > . >
|
Pages: 1 Prev: legend keeps changing Next: Bar Graph Help |