![]() |
|
#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 |
|
|
Similar Threads
|
||||
| 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 |
Navigation Pane
|
windseaker | Word | 2 | 04-25-2014 10:34 AM |
| Navigation Pane | savo | Word | 2 | 04-17-2013 07:14 AM |