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?
|