View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milos Milos is offline
external usenet poster
 
Posts: 2
Default Hide graphics export progress bar

Hi all,

In my program I use this method a lot
ActiveChart.Export Filename:=...
It briefly shows a progress bar while the graphic is saved
to a file.

Is there a way to hide this progress bar?

Many thanks for any suggestions.

Milos.