Default arrangement

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
 
W

Wayne Morgan

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.
 
V

Van T. Dinh

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top