View Single Post
 
Old 03-04-2018, 01:57 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by jtwite View Post
Did that work for you on the document that I uploaded, because it doesn't work for me.
Of course it did; I wouldn't have written post 7 otherwise.
Quote:
Originally Posted by jtwite View Post
We are pretty locked down at my office so maybe our IT department is locking something down that is causing this ... Is there something I can put in the VBA code to stop that bar from showing up?
If it's 'locked down' as you say, you won't be able to do anything; otherwise you might use:
ActiveWindow.View.ShowBookmarks = False
but, if that works, so too would unchecking the 'Show bookmarks' option.
Quote:
Originally Posted by jtwite View Post
This never used to happen, but that was probably with an older version of Word.
Word has had that setting for at least two decades.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote