Hide graphics export progress bar

  • Thread starter Thread starter Milos
  • Start date Start date
M

Milos

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.
 
Turn off the status bar with Application.StatusBar = False ??
 

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

Back
Top