View Single Post
 
Old 11-26-2014, 07:53 PM
floattube floattube is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: May 2014
Location: Seattle
Posts: 4
floattube is on a distinguished road
Default too many windows in the VBA editor

I recently bought a new computer on which I have Windows 7 and Office 2010 installed. My problem is that when I edit a Word macro in the VBA editor, finish my editing, and close the VBA editor, that macro window is still open the next time I open the VBA editor to edit a different macro. Thus, for example, suppose I open the VBA editor to edit Macro A. I finish my work and close the editor. Later I open the VBA editor to edit Macro B. I finish this work and close the editor. Later still I open the VBA editor to edit Macro C. At this point, I find that the windows for editing Macros A and B are still open. I find that I have to explicitly close a window before closing the VBA editor in order to prevent it from being reopened when I reopen the VBA editor.

Is there any way to change the default behavior of the VBA editor such that when I close the editor, I also set the editor so that windows will not reopen automatically when I reopen the editor?
Reply With Quote