Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Long Documents / June 2005

Tip: Looking for answers? Try searching our database.

Maintaining certain Toolbar and View settings

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
john gibb - 28 Apr 2005 15:34 GMT
Hi,

Word won't allow me to permanently change my Toolbars and Tool|Options|View
settings.

I can't seem to permanently turn off the display of certain Toolbars--even
though I disable them in the document (and the associated templates for that
matter) and then Save. I have also tried disabling the display in the Tools
| Customize menu and saving--to no avail.

In addition, I would like to retain my Tools | Options | View settings. For
example, I might have Hidden Text enabled when I open the document, but I
want to suppress its display. So I turn it off, click OK in the Options
dialog, and then Save.

However when I close and then reopen the document in question, both the
Toolbars and the Tool|Options|View settings revert to the pre-saved
condition.

FWIW, I use Word 2003 (SP3).

Any help will be appreciated.

thanks,

-john
Greg - 28 Apr 2005 15:45 GMT
John,

I use a AutoNew and AutoOpen macro in my document templates to
"harness" annoying display and toolbars.  Something like:

Sub AutoNew()
ActiveWindow.Caption = ActiveDocument.FullName
With ActiveWindow.View
   .Type = wdPrintView
   .Zoom.PageFit = wdPageFitBestFit
   .FieldShading = wdFieldShadingAlways
   .ShowHiddenText = False
End With
With CommandBars
  .Item("Reviewing").Visible = False
  .Item("Mail Merge").Visible = False
  .Item("Forms").Visible = False
End With
End Sub
Thure - 09 Jun 2005 13:04 GMT
Greg,

I haven't tried this before: Could you explain a bit more where you put the
macro text and what you mean by using an AutoOpen macro (your code is only
for AutoNew ??)

Like John, I also get frustrated about all the various toolbars that love to
come up and fill my screen, so your macro would be great!

Thanks, Thure
Signature


> John,
>
[quoted text clipped - 15 lines]
> End With
> End Sub
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.