I have done something to make a dog's breakfast out of my VBA editor view.
Until recently when I pressed ALT+F11, the Code window opened on the right
two thirds of the screen, the project explorer opened on the top left one
third and the properties window open on the bottom left.
Now it is a real mess and I can't figure out how to restore that nice stable
view.
Help please.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
Karl E. Peterson - 04 Jan 2006 23:32 GMT
Hi Greg --
> I have done something to make a dog's breakfast out of my VBA editor
> view. Until recently when I pressed ALT+F11, the Code window opened
[quoted text clipped - 4 lines]
> Now it is a real mess and I can't figure out how to restore that nice
> stable view.
It takes real patience! Screaming doesn't help. <g>
Decide what you want along each edge. The key is to connect them first,
then connect that "glob" to the edge. For example, I have Immediate and
Locals along the bottom. Make both of them floaters. Then drag one upside
the other, until the drag border goes from double-thick to single-thick. At
that point, you can release and they'll stick. Do the same to attach to the
edge of the IDE. Repeat around the circle. HTH?
Later... Karl

Signature
Be the 10000th Signer!
http://classicvb.org/
Greg Maxey - 05 Jan 2006 00:16 GMT
Karl,
Yes, more patience and less screaming paid off. Thanks.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Hi Greg --
>
[quoted text clipped - 18 lines]
>
> Later... Karl
Karl E. Peterson - 05 Jan 2006 01:12 GMT
> Yes, more patience and less screaming paid off. Thanks.
Not that I don't relate to the initial approach! ;-)

Signature
Be the 10,000th Signer!
http://classicvb.org
janine_docsonline - 05 Jan 2006 07:43 GMT
Did the same thing myself and it has never been the same.... must be some
trick to invoke it and none to restore it....
>I have done something to make a dog's breakfast out of my VBA editor view.
>Until recently when I pressed ALT+F11, the Code window opened on the right
[quoted text clipped - 5 lines]
>
> Help please.
Tony Jollans - 05 Jan 2006 19:04 GMT
Seems this one is all sorted and windows can usually be sorted with
patience.
For future reference for anyone interested, the positions of all the windows
in the VBE are held in the registry.
For Word 2000 and later, VBE settings are common across all applications and
all VBE instances must be closed before registry changes will take proper
effect (and not get overwritten).
Key: HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Common
contains several values relating to VBA customization.
Value: "Dock"
contains details of the window positions.
This value can be deleted and the built-in defaults will take effect next
time the VBE is opened.
--
Enjoy,
Tony
> I have done something to make a dog's breakfast out of my VBA editor view.
> Until recently when I pressed ALT+F11, the Code window opened on the right
[quoted text clipped - 11 lines]
> http://gregmaxey.mvps.org/word_tips.htm
> For some helpful tips using Word.
Greg Maxey - 05 Jan 2006 22:24 GMT
Thanks Tony. This is nice to know.

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Seems this one is all sorted and windows can usually be sorted with
> patience.
[quoted text clipped - 41 lines]
>> http://gregmaxey.mvps.org/word_tips.htm
>> For some helpful tips using Word.