Consulting

Results 1 to 4 of 4

Thread: Properties Window - Won't display (Not a Docking issue)

  1. #1
    VBAX Regular
    Joined
    Jul 2018
    Posts
    9
    Location

    Properties Window - Won't display (Not a Docking issue)

    I am working in Office 365, and I can no longer get the Properties Window to show. When I press F4, nothing happens, and when I click on it nothing happens. I have un - and re- selected the docking options (under options), un-installed and re-installed Office, opened VBA in Excel and word.

  2. #2
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,726
    Location
    One thing to try is using RegEdit as an Admin

    In [HKEY_CURRENT_USER\Software\Microsoft\VBA\6.0\Common] delete the key "Dock"

    I had saved this tweak awhile ago, so now it's 7.0 and 7.1 on my machine

    You can export the key first just in case iy doesn't work and then you can import the .REG file

    Capture.JPG
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

  3. #3
    VBAX Regular
    Joined
    Jul 2018
    Posts
    9
    Location
    That did it!!!!! I did delete 7.0 before posting, but I was already over my head so I was nervous about experimenting with other files. THANK-YOU VERY MUCH.

  4. #4
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,726
    Location
    Quote Originally Posted by klg View Post
    That did it!!!!! I did delete 7.0 before posting, but I was already over my head so I was nervous about experimenting with other files. THANK-YOU VERY MUCH.

    Glad it was so easy

    Messing with the Windows registry can be dangerous, so

    1. Be careful and make sure you know what you're doing

    2. If you're not sure, export the registry branch to a REG file so that you can restore the original settings
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •