Prev: Printer won't print from Word - will print test page & from e-mai
Next: Why won't a hyperlink in a text box work when I PDF it?
From: LindaC on 1 Jun 2010 10:41 After Quality Center and an Adobe update were installed, the scroll bars have disappeard from Word 2003. I can add them to each document by clicking on Tools, Options, etc. but I would rather the scroll bars were always there. How can I get the scroll bar to stay, instead of having to manually add it to each document? Thanks.
From: Doug Robbins - Word MVP on 1 Jun 2010 18:23
Create a template in which you create the following macros Sub AutoNew() Application.DisplayScrollBars = True End Sub Sub AutoOpen() Application.DisplayScrollBars = True End Sub and save it in the Word Startup Folder. Then whenever you start a new document, or open an existing one, the relevant one of those macros should run and turn on the display of the scroll bars. -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP, originally posted via msnews.microsoft.com "LindaC" <LindaC(a)discussions.microsoft.com> wrote in message news:DFA82446-3DF5-4AA6-9DF9-D6A0E965F1ED(a)microsoft.com... > After Quality Center and an Adobe update were installed, the scroll bars > have > disappeard from Word 2003. I can add them to each document by clicking > on > Tools, Options, etc. but I would rather the scroll bars were always there. > > How can I get the scroll bar to stay, instead of having to manually add it > to each document? > > Thanks. |