ExportPicture leaves off objects from AfterFinalRender event

J

JasonR

When I export my chart:

ChartSpace1.ExportPicture "C:\WINDOWS\Temp\chart_image.gif", "gif"

The line and text I added within the ChartSpace1_AfterFinalRender event is
missing from the image file.

I need those objects in the resultant image file, any thoughts on what I am
doing wrong?

Thank you!
JasonR
 
J

JasonR

A little more information if it helps with a diagnosis to my problem.

I am using the web components in a userForm from within VBA. For general
printing functionality, I am simply loading another form with an image
control whose picture property is programmatically set with the result of the
exportPicture method.

The last thing I do (besides adding text and images to make the printed
chart look "official") is userForm.printform.

Thanks again.
JasonR
 

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

Top