View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
michdenis michdenis is offline
external usenet poster
 
Posts: 135
Default VBE and Arranging Windows

Hi Bishop,

Close all instances of Excel

Open the Regedit Window

You go to :
HKEY_USERS\S-1-5-21-1957994488-492894223-839522115-1003
\Software\Microsoft\VBA\6.0\Common

This serie of number may be different on your machine
57994488-492894223-839522115-1003

and you suppress ONLY this key : "Dock"

Close the window et re-open Excel.




"Bishop" a écrit dans le message de groupe de
discussion : ...
Is there a way to arrange my VBE and the spreadsheet I'm working on side by
side so that I can see my code and the active spreadsheet at the same time?
I do this manually at the moment but was wondering if there was an "Arrange
All" similar function that applied to VBE.

Thanks