Default arrangement

  • Thread starter Thread starter Wahab
  • Start date Start date
W

Wahab

Hi
While working in VBA, my all VBA windows are messup, now
with any file It is comming some stupid way, what I want
is to arrange the All VBA Windows as defual one.

Please help me in this regard, Thanks in advance.
Wahab
 
I suspect that the child window isn't maximized within the VBA editor and so
you are seeing all of the open code windows tiled. Try maximizing one of the
child code windows.
 
My guess is that you meant all the Child windows are not docked properly in
the VBE. If this is the case:

1. Use the Menu Tools / Options .../ Docking tab and make sure the
following windows are dockable:

* Immediate window
* Locals window
* Watch window
* Project Explorer window
* Properties window

2. If there is any of the above widow is not docked, click the Title bar of
the windows, hold and drag the window to an edge on the VBE environment
until it "swishes" and docks to the edge of the (parent) VBE window.
 
Back
Top