#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default VBA Editor

This may seem like a foolish question, but. I've been working with the VB
editor and have gotten quit use to seeing the Project Explore on the left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full screen
modes or witht the code in a window below the Proejct Explore. How do I get
back to the other format with Project Explore on the left side of the screen
and the code right of it? Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VBA Editor

When I screw up the layout (including the tiling), I'll just follow these
instructions from Tom Ogilvy:

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

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n\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.

RussellT wrote:

This may seem like a foolish question, but. I've been working with the VB
editor and have gotten quit use to seeing the Project Explore on the left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full screen
modes or witht the code in a window below the Proejct Explore. How do I get
back to the other format with Project Explore on the left side of the screen
and the code right of it? Thanks


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default VBA Editor

Not quite sure what you're talking about

"Dave Peterson" wrote:

When I screw up the layout (including the tiling), I'll just follow these
instructions from Tom Ogilvy:

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

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n\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.

RussellT wrote:

This may seem like a foolish question, but. I've been working with the VB
editor and have gotten quit use to seeing the Project Explore on the left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full screen
modes or witht the code in a window below the Proejct Explore. How do I get
back to the other format with Project Explore on the left side of the screen
and the code right of it? Thanks


--

Dave Peterson
.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 449
Default VBA Editor

Start Run Regedit

I'm sure you'll find the key from there. Delete it.

HTH. Best wishes Harald

"RussellT" wrote in message
...
Not quite sure what you're talking about

"Dave Peterson" wrote:

When I screw up the layout (including the tiling), I'll just follow these
instructions from Tom Ogilvy:

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

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n\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.

RussellT wrote:

This may seem like a foolish question, but. I've been working with the
VB
editor and have gotten quit use to seeing the Project Explore on the
left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full
screen
modes or witht the code in a window below the Proejct Explore. How do
I get
back to the other format with Project Explore on the left side of the
screen
and the code right of it? Thanks


--

Dave Peterson
.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VBA Editor

Thanks, Harald.

Ps. To the original poster. Close excel first.

Harald Staff wrote:

Start Run Regedit

I'm sure you'll find the key from there. Delete it.

HTH. Best wishes Harald

"RussellT" wrote in message
...
Not quite sure what you're talking about

"Dave Peterson" wrote:

When I screw up the layout (including the tiling), I'll just follow these
instructions from Tom Ogilvy:

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

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n\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.

RussellT wrote:

This may seem like a foolish question, but. I've been working with the
VB
editor and have gotten quit use to seeing the Project Explore on the
left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full
screen
modes or witht the code in a window below the Proejct Explore. How do
I get
back to the other format with Project Explore on the left side of the
screen
and the code right of it? Thanks

--

Dave Peterson
.


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default VBA Editor

Thanks very much for the help. You can't imagine how much time you've saved
me. As you know we're all creators of habit and I was so comfortable
working with the editor in my familiar format that when I lost it, it took me
twice as long to move around. Thanks again

"Dave Peterson" wrote:

Thanks, Harald.

Ps. To the original poster. Close excel first.

Harald Staff wrote:

Start Run Regedit

I'm sure you'll find the key from there. Delete it.

HTH. Best wishes Harald

"RussellT" wrote in message
...
Not quite sure what you're talking about

"Dave Peterson" wrote:

When I screw up the layout (including the tiling), I'll just follow these
instructions from Tom Ogilvy:

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

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n\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.

RussellT wrote:

This may seem like a foolish question, but. I've been working with the
VB
editor and have gotten quit use to seeing the Project Explore on the
left
side of my screen and the code showing up to the right of it. All of a
sudden I can only get the Project Explore and code to show up in full
screen
modes or witht the code in a window below the Proejct Explore. How do
I get
back to the other format with Project Explore on the left side of the
screen
and the code right of it? Thanks

--

Dave Peterson
.


--

Dave Peterson
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Editor Ken G Setting up and Configuration of Excel 2 July 10th 09 02:03 PM
VBA Editor Jonathan Cooper Excel Discussion (Misc queries) 0 March 24th 08 09:15 PM
VB Editor mlh Excel Discussion (Misc queries) 2 June 29th 07 01:17 PM
VB Editor Sentinel Excel Programming 1 June 28th 06 09:27 AM
VBA Editor won't run derlake Excel Programming 1 May 30th 04 06:30 AM


All times are GMT +1. The time now is 08:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"