View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Properties Window in VB Editor

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\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.

Ailish wrote:

Hi All

Just wondering if the Properties windows has become undocked how can we get
it back. It works fine on all machines except 1 no matter what we do we
can't get it to dock back.

Any Ideas!!

Thanks
Ailish


--

Dave Peterson