Open windows in VBA Editor

  • Thread starter Thread starter ThePrudentMariner
  • Start date Start date
T

ThePrudentMariner

I've done something which I can't remember with the result that when I open
the VBA Editor, there is a separate window open for every form in the
project. I have tried closing them all one by one and restarting the app,
amongst many other things, but I can't seem to get it to open with just one
window showing the currently chosen module. I think I must have tweaked some
default tickbox but I can't find it again.

Can somebody put me straight?

Many thanks,
 
Open the VBE. Select the View/Project Explorer (Ctrl +R) from the main
menu. You will see a list of all the form, report, code modules in you
application. Double-click the one you want to edit.
 
Back
Top