disabling chart export progress bar

E

extrnh

i have a macro that exports charts as gif files using the following
code:

Charts(i).Export Filename:=strWebPath & "images\" &
strChartName & ".gif", FilterName:="gif"

when each chart is exported, a progress bar is displayed. i would
like to disable the display of the progress bar form, but
Application.DisplayAlerts = False and Application.ScreenUpdating =
False do not work.

any ideas on how to disable the display of the progress bar?
 

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