Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Docking Project Explorer Vertically

I used to have my Project Explorer docked at the left side. Somehow it now
refuses to dock anywhere other than horizontally. I would like the Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Docking Project Explorer Vertically

"ChelseaWarren" wrote in message
...
I used to have my Project Explorer docked at the left side. Somehow it now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!


Hi Chelsea,

Hold down the Ctrl key then click and drag the Project Explorer window
by the title bar back to the left side. It may take a couple of tries to get
it docked there again. If you don't hit it exactly right it will either
undock or snap back to the top again.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Docking Project Explorer Vertically

Thanks for the reply. I tried this at least 20 times and it will still only
dock at the top. I also tried moving it clear off the VBE window and back.
Still won't work.

"Rob Bovey" wrote:

"ChelseaWarren" wrote in message
...
I used to have my Project Explorer docked at the left side. Somehow it now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!


Hi Chelsea,

Hold down the Ctrl key then click and drag the Project Explorer window
by the title bar back to the left side. It may take a couple of tries to get
it docked there again. If you don't hit it exactly right it will either
undock or snap back to the top again.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Docking Project Explorer Vertically

Hi Chelsea,

If you're comfortable with editing your registry, try renaming or deleting
"Dock"

HKCU-Software-Microsoft-VBA-Common-Dock

Or for xl97, under VBA-Office

A new key should be created next time you start Excel and your VBE.

Only came across last week this because I'm also having a problem with my
VBE. Not your problem but the my main "Menu Bar" items not responding
whenever I have an addin loaded that interacts with VBE commandbars. Didn't
fix my problem though!

Regards,
Peter T

"ChelseaWarren" wrote in message
...
Thanks for the reply. I tried this at least 20 times and it will still

only
dock at the top. I also tried moving it clear off the VBE window and

back.
Still won't work.

"Rob Bovey" wrote:

"ChelseaWarren" wrote in

message
...
I used to have my Project Explorer docked at the left side. Somehow it

now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!


Hi Chelsea,

Hold down the Ctrl key then click and drag the Project Explorer

window
by the title bar back to the left side. It may take a couple of tries to

get
it docked there again. If you don't hit it exactly right it will either
undock or snap back to the top again.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Docking Project Explorer Vertically

HKCU-Software-Microsoft-VBA-Common-Dock

typo, should be

HKCU-Software-Microsoft-VBA-6.0-Common-Dock

Peter T




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Docking Project Explorer Vertically

Thank you!! That was it.

"Peter T" wrote:

HKCU-Software-Microsoft-VBA-Common-Dock


typo, should be

HKCU-Software-Microsoft-VBA-6.0-Common-Dock

Peter T



  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Docking Project Explorer Vertically

Hi Chelsea,

If you can't fix the problem any other way, here's the sledgehammer
approach. Close Excel and open RegEdit (choose Start Run, type RegEdit
into the Run dialog and click OK). Navigate to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n

On the right side look for a registry entry called "Dock" of Type
REG_BINARY. Double-click it to bring up the edit dialog, delete everything
in the Value Data box and click OK. The data for the key should now say
"(zero-length binary value)"

Start Excel again and open the VBE. All of the windows sizes and docking
positions should be reset to their defaults.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"ChelseaWarren" wrote in message
...
Thanks for the reply. I tried this at least 20 times and it will still
only
dock at the top. I also tried moving it clear off the VBE window and
back.
Still won't work.

"Rob Bovey" wrote:

"ChelseaWarren" wrote in
message
...
I used to have my Project Explorer docked at the left side. Somehow it
now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!


Hi Chelsea,

Hold down the Ctrl key then click and drag the Project Explorer
window
by the title bar back to the left side. It may take a couple of tries to
get
it docked there again. If you don't hit it exactly right it will either
undock or snap back to the top again.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm





  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Docking Project Explorer Vertically

Thank you!! Thank you!!

"Rob Bovey" wrote:

Hi Chelsea,

If you can't fix the problem any other way, here's the sledgehammer
approach. Close Excel and open RegEdit (choose Start Run, type RegEdit
into the Run dialog and click OK). Navigate to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Commo n

On the right side look for a registry entry called "Dock" of Type
REG_BINARY. Double-click it to bring up the edit dialog, delete everything
in the Value Data box and click OK. The data for the key should now say
"(zero-length binary value)"

Start Excel again and open the VBE. All of the windows sizes and docking
positions should be reset to their defaults.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm

"ChelseaWarren" wrote in message
...
Thanks for the reply. I tried this at least 20 times and it will still
only
dock at the top. I also tried moving it clear off the VBE window and
back.
Still won't work.

"Rob Bovey" wrote:

"ChelseaWarren" wrote in
message
...
I used to have my Project Explorer docked at the left side. Somehow it
now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!

Hi Chelsea,

Hold down the Ctrl key then click and drag the Project Explorer
window
by the title bar back to the left side. It may take a couple of tries to
get
it docked there again. If you don't hit it exactly right it will either
undock or snap back to the top again.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm






  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Docking Project Explorer Vertically

Grab the Project Title Bar and drag it clear off the VBE window and then
drag it back to the window where you want it, watching the ghost outline to
change to vertical.
"ChelseaWarren" wrote in message
...
I used to have my Project Explorer docked at the left side. Somehow it now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!



  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Docking Project Explorer Vertically

Thanks for replying. The ghost outline turns vertical but the Project
Explorer just sits to the left without docking. I tried this with and
without the CTRL key.

"Mike Fogleman" wrote:

Grab the Project Title Bar and drag it clear off the VBE window and then
drag it back to the window where you want it, watching the ghost outline to
change to vertical.
"ChelseaWarren" wrote in message
...
I used to have my Project Explorer docked at the left side. Somehow it now
refuses to dock anywhere other than horizontally. I would like the
Project
Explorer at the left and the modules at the right.

What am I doing wrong? It's driving me crazy!






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
Docking Project Explorer, Properties window and Code window in VBE jayray Setting up and Configuration of Excel 2 March 27th 07 04:42 PM
Project still in "project explorer" window after file closed down! Gunnar Johansson Excel Programming 16 December 22nd 04 06:21 PM
Project still in "project explorer" window after file closed down! Gunnar Johansson[_3_] Excel Programming 0 December 7th 04 01:43 PM
VBA Project Explorer Steve Farrar Excel Programming 1 December 4th 04 02:23 PM
Bizarre Project Explorer in VBE Tetsuya Oguma[_4_] Excel Programming 5 August 6th 04 03:05 AM


All times are GMT +1. The time now is 09:57 PM.

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

About Us

"It's about Microsoft Excel"