I believe this is impossible.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. -
http://PeltierTech.com
_______
"extrnh" <(E-Mail Removed)> wrote in message
news:1bf9cced-6816-460d-b7ad-(E-Mail Removed)...
>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?
>
>