Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chart export progress bar | Excel Discussion (Misc queries) | |||
How do i make a Progress Chart | Charts and Charting in Excel | |||
Progress Bar Chart | Charts and Charting in Excel | |||
Dynamic chart to track progress by date | Excel Programming | |||
Hide graphics export progress bar | Excel Programming |