G
Guest
Hi I have succesfully been using the following code to export pivot charts
from Access 2003 forms to jpegs. It has stopped working and gives me a run
time error 430. I believe some automatic Windows update has changed something
but am not sure what. Any thoughts? (I am running W2k and have all the latest
updates that automatic update has suggested.)
Private Sub Command1_Click()
Dim frm As Access.Form
Set frm = Me.frmPivotChart.Form
frm.ChartSpace.ExportPicture "C:\PivotChart1.jpg", "JPEG"
End Sub
from Access 2003 forms to jpegs. It has stopped working and gives me a run
time error 430. I believe some automatic Windows update has changed something
but am not sure what. Any thoughts? (I am running W2k and have all the latest
updates that automatic update has suggested.)
Private Sub Command1_Click()
Dim frm As Access.Form
Set frm = Me.frmPivotChart.Form
frm.ChartSpace.ExportPicture "C:\PivotChart1.jpg", "JPEG"
End Sub