#1   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor
 
Posts: n/a
Default cursor

This started to happen here with increasing frequency and joins a list of
petty changes to the tools options that Word 2003 seems to make at random.
As Suzanne's suggestion does provide a fix, I added the extra command line
to my auto macros and now at least each document opened or created does so
with the correct environment (and cursor size). The macros I use a

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
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
End With
End Sub

Add to or remove from the above as required:
http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Suzanne S. Barnhill wrote:
Not something you did. No one seems to know what causes this, but a
lot of users seem to experience it. What usually fixes it (at least
temporarily) is to switch to 500% Zoom and back.


"Anders AA" wrote in message
...
Hi everybody !

Actually, this is a really straight froward question but for some
reason I'm not capable of figuring it out myself.

While writing in MS Word 2003, i accidentally changed the cursor
from the usual one to a really small and anoying dot on the bottom
of the line. I've got absolutely no idea how to change it back
again, so can anybody help me ?!



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
cursor disappears Eric 532 Microsoft Word Help 1 November 28th 05 02:59 PM
Cursor does not stay where it is in Word 2003 [email protected] New Users 14 October 25th 05 03:13 AM
why is my cursor disappearing at random DayStar New Users 1 April 10th 05 11:37 PM
Text won't delete and cursor does odd things The Bowman 64 Microsoft Word Help 1 January 24th 05 07:55 PM
Cursor does not appear when opening word document Jeff's cursor Microsoft Word Help 1 January 12th 05 04:21 PM


All times are GMT +1. The time now is 04:41 AM.

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

About Us

"It's about Microsoft Word"