Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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" wrote in message news ![]() 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. |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() 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" wrote in message news ![]() 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. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word 2003 Auto-Text Disappears | Microsoft Word Help | |||
Word 2003 toolbar disappears | Microsoft Word Help | |||
Word 2003 macro disappears | Microsoft Word Help | |||
In word 2003, the cursor disappears when trying to highlight text. | Microsoft Word Help | |||
Icons disappears when Word 2003 restarted. | Microsoft Word Help |