windows display

  • Thread starter Thread starter mikey may
  • Start date Start date
M

mikey may

I have somehow managed to make a mess of how my windows
are displayed in VB.

Previously when I opened VB I had my 'Projects' window
with my 'Properties' window below and on the left hand
side with the 'Code' window taking up the remainder of the
screen. When I opened another set of code it replaced the
previous code and everything was visible with no overlap.

Now when I open VB the various windows are all over the
place, overlap and need moving about so I can see what I
need to see. I am assuming I have messed up a default
setting relating to the 'View'. Does anyone know how to
reinstate the defaults as this is a real pain in the
a*se!!!!


Cheers
 
mikey

You will have to play around arranging the Windows and Tools>Options>Docking
to set up the View you want.

Excel will save that view when you close.

Gord Dibben Excel MVP
 
This was posted by Ole P. Erlandsen.
http://groups.google.com/[email protected]

==
Close Excel and the VBE
Run RegEdit
Navigate to HKEY_USERS\.Default\Software\Microsoft\VBA\Office
Rename (or delete) the value Dock (e.g. ;Dock), Excel will recreate it
when it starts next time.
Close RegEdit
Open Excel and VBE, the windows are now at their default positions.

====

I use xl2002 and the path was different:
Navigate to HKCU\software\Microsoft\VBA\6.0\common
 
Back
Top