Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi all
The scroll bar at the right hand side of my screen has, for some reason, disappeared?? Any idea why and how I can get it back?? I am working in Print Layout view. Thank you. Louise |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Go to Tools, Options, View Tab. Tick the Vertial Scroll bar box.
"Louise" wrote: Hi all The scroll bar at the right hand side of my screen has, for some reason, disappeared?? Any idea why and how I can get it back?? I am working in Print Layout view. Thank you. Louise |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi
Doh!! Can't believe I never thought of that!! Thank you. Louise "cha" wrote: Go to Tools, Options, View Tab. Tick the Vertial Scroll bar box. "Louise" wrote: Hi all The scroll bar at the right hand side of my screen has, for some reason, disappeared?? Any idea why and how I can get it back?? I am working in Print Layout view. Thank you. Louise |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have the same problem, and I made the change in Tools Options View tab.
In fact, I've made the change over and over. How do I make the change persistent? tims "Louise" wrote: Hi Doh!! Can't believe I never thought of that!! Thank you. Louise "cha" wrote: Go to Tools, Options, View Tab. Tick the Vertial Scroll bar box. "Louise" wrote: Hi all The scroll bar at the right hand side of my screen has, for some reason, disappeared?? Any idea why and how I can get it back?? I am working in Print Layout view. Thank you. Louise |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Word 2003 has a habit of losing some of the settings in Tools options on a
regular basis. The easiest way to control it is to use an autoopen and an autoonew macro in normal.dot containing the following line: ActiveWindow.DisplayVerticalScrollBar = True You can add any other options that may randomly change eg from my own PC, I set the following which cover the issues that affect my installation - see http://www.gmayor.com/installing_macro.htm Sub AutoNew() ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View .Type = wdPrintView '.Type = wdNormalView .Zoom.Percentage = 500 .Zoom.Percentage = 100 .FieldShading = wdFieldShadingWhenSelected .ShowFieldCodes = False .DisplayPageBoundaries = True .ShowDrawings = True End With CommandBars("Reviewing").Visible = False CommandBars("Drawing").Visible = False CommandBars("Forms").Visible = False End Sub Sub AutoOpen() ActiveWindow.Caption = ActiveDocument.FullName ActiveWindow.ActivePane.DisplayRulers = True ActiveWindow.ActivePane.View.ShowAll = False ActiveWindow.DisplayHorizontalScrollBar = True ActiveWindow.DisplayVerticalScrollBar = True With ActiveWindow.View .Type = wdPrintView .Zoom.Percentage = 500 .Zoom.Percentage = 100 .FieldShading = wdFieldShadingWhenSelected .ShowFieldCodes = False .DisplayPageBoundaries = True .ShowDrawings = True End With End Sub Sub AutoExec() CommandBars("Reviewing").Visible = False CommandBars("Drawing").Visible = False CommandBars("Forms").Visible = False CommandBars("Mail Merge").Visible = False Application.OnTime _ When:=Now + TimeValue("00:00:01"), Name:="CodesOff" End Sub Sub CodesOff() On Error GoTo oops: ActiveWindow.ActivePane.View.ShowAll = False oops: End Sub -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org tjslager wrote: I have the same problem, and I made the change in Tools Options View tab. In fact, I've made the change over and over. How do I make the change persistent? tims "Louise" wrote: Hi Doh!! Can't believe I never thought of that!! Thank you. Louise "cha" wrote: Go to Tools, Options, View Tab. Tick the Vertial Scroll bar box. "Louise" wrote: Hi all The scroll bar at the right hand side of my screen has, for some reason, disappeared?? Any idea why and how I can get it back?? I am working in Print Layout view. Thank you. Louise |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Page number indicator on vertical scroll bar lost | Microsoft Word Help | |||
Changing yellow boxes that summaize a page on vertical scroll bar? | Microsoft Word Help | |||
Why is my vertical scroll bar missing in Word 2003? | Microsoft Word Help | |||
How can u edit the ScreenTip when u click on the vertical scroll b | Microsoft Word Help | |||
when i scroll after copying some text, the copied text is lost | Microsoft Word Help |