ExportPicture failed

C

Cunha

Hi All.
I need export PivotChart to gif file from MS Access 2002
I'm using this references, in this order:
Visual Basic for Applications
Microsoft Access 10.0 Object Library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft ActiveX Data Objects 2.8 Object Library
Lotus Notes Automations Classes
Microsoft Office XP Web Components

Apear all ok, but the error message continue: "Method 'ExportPicture' of
object 'ChChartSpace' failed"

This is my complete code:

Private Sub Command55_Click()

Dim frm As Access.Form
Dim Goal As OWC10.ChartSpace
Set frm = Me.frmPivotChart.Form
Set Goal = frm.ChartSpace
Goal.ExportPicture "C:\PivotChart1.gif", "GIF"

End Sub

The error is last line...Please...Help!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top