Excel VBA Window - Problems with the display

L

LabrGuy Bob R

Hello, Somehow I've when viewing the VBA code in excel I've lost the split
screen that normally occurs when you open the code. I can display either
Project Explorer or the Code in a full window, but not both alongside each
other. I've tried everything on the toolbars to make it work and resized the
windows but nothing will put them back together. Does anyone have any
suggestions.?
Windows XP Professional = Excel 2003
This was inadvertent and not intentional so I don't have a clue how it
happened.
Thanks in advance
BOB
 
D

Dave Peterson

Sometimes, it's easier to start from scratch...

Follow the instructions posted by Tom Ogilvy:

What version of excel? If Version 2002 or 2003 look for

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Common\Dock

you aren't deleting a file. You are deleting a value in the registry.
Windows/Excel will recreate it with default values which should restore the
original layout of the VBE.
 
B

barnabel

Are there "resore" and "Close" buttons on the grey menu line under the ones
for the VBA editor (on the blue bare)
 
L

LabrGuy Bob R

Thanks to both of you. Restore and Close didn't appear, but the information
Dave Peterson gave me was right on. Thanks so much.
BOB
 

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