View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default How to control the Excel VBA Editor Main Window Caption

Have you tried

Application.StatusBar = FALSE

I think that just turns off whatever is in the statusbar though.
--
HTH,
Barb Reinhardt



"stuartt" wrote:

Excel updates the Caption of the VBA Editor Main Window every time a Macro
runs, adding the text [running]. When the macro is finished, the text is
removed. This causes problems when there are 1000s of calls to macros per
second, and I would like to be able to disable this feature (it still occurs
when the Main Window is hidden).