Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Louise
 
Posts: n/a
Default Lost vertical scroll bar....

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   Report Post  
Posted to microsoft.public.word.docmanagement
cha
 
Posts: n/a
Default Lost vertical scroll bar....

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   Report Post  
Posted to microsoft.public.word.docmanagement
Louise
 
Posts: n/a
Default Lost vertical scroll bar....

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   Report Post  
Posted to microsoft.public.word.docmanagement
tjslager
 
Posts: n/a
Default Lost vertical scroll bar....

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   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor
 
Posts: n/a
Default Lost vertical scroll bar....

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

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Page number indicator on vertical scroll bar lost Gonebushpb Microsoft Word Help 1 January 16th 06 02:08 PM
Changing yellow boxes that summaize a page on vertical scroll bar? Angie Microsoft Word Help 1 January 11th 06 09:53 PM
Why is my vertical scroll bar missing in Word 2003? Rob Microsoft Word Help 1 September 3rd 05 05:48 AM
How can u edit the ScreenTip when u click on the vertical scroll b Rbertl2 Microsoft Word Help 1 May 11th 05 11:49 PM
when i scroll after copying some text, the copied text is lost Parasuraman Microsoft Word Help 0 March 21st 05 12:25 AM


All times are GMT +1. The time now is 11:19 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"