Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Turn off the status bar with Application.StatusBar = False ??
On Mon, 7 Mar 2005 20:57:58 -0800, "Milos" wrote: 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the hint. Much appreciated. Milos.
-----Original Message----- Turn off the status bar with Application.StatusBar = False ?? On Mon, 7 Mar 2005 20:57:58 -0800, "Milos" wrote: 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. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
export re-order input fields to export file [csv] | Excel Worksheet Functions | |||
chart export progress bar | Excel Discussion (Misc queries) | |||
How can I export charts as graphics sequentially? | Charts and Charting in Excel | |||
Progress bar in VBE | Excel Programming | |||
Progress Bar | Excel Programming |