When opening the VBA editor, Access opens some module code windows.
Which windows are opened doesn't seem to follow any rhyme or reason except that most of the opened modules were recently opened.
In the past it was relatively easy to control this: editing and saving a module caused the VBA editor to remember the current IDE state regarding which windows were open at that time.
This no longer seems to work. The net result is that when re-launching the VBA IDE I get a ton of windows unrelated to what I've been working on recently.
Is there a way to force the VBA IDE to "remember" which code modules are open and reopen those, in the same order the next time the IDE is launched?