![]() |
#1
|
|||
|
|||
![]() Using Office 2010 Professional Plus Cannot get navigation pane to open in Word even though box is checked. If I click on Find it still doesn't open. Last edited by Charles Kenyon; 01-28-2019 at 04:14 PM. Reason: Mark as solved |
#2
|
|||
|
|||
![]()
You can try to repair your Office 2010. This may require your dvd and product code.
You could try the following macro: Code:
Sub NavPaneshow() Application.CommandBars("Navigation").Position = msoBarLeft Application.CommandBars("Navigation").Visible = True End Sub Instructions for Installing Macros from Forums or Websites by Graham Mayor, MVP Install/Employ VBA Procedures (Macros) by Greg Maxey, MVP |
#3
|
|||
|
|||
![]()
I found the problem. The pane had been resized such that it did not show on the screen. resized it now it shows. everything is ok now.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word 2016; "Ctrl + F" Opens Navigation Pane; How to Disable Navigation Pane Permanently | qubie | Word | 2 | 09-27-2018 09:08 AM |
Navigation Pane | jennybt | Word VBA | 1 | 07-12-2017 04:31 AM |
Navigation pane | BeverlyB | Word | 1 | 09-29-2014 12:10 PM |
![]() |
windseaker | Word | 2 | 04-25-2014 10:34 AM |
Navigation Pane | savo | Word | 2 | 04-17-2013 07:14 AM |