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

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).