miniscule cursor problems

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am typing in a Word 2003 document. All of a sudden my cursor has become so
tiny I can hardly see it. Has anyone had this problem? If so, can you help
me out?


Linda S.
(e-mail address removed)
 
Set the Zoom to 500% and back to 100%. That usually fixes it, at least
for a while. We don't know what causes it.
 
Adding the zoom commands to autoopen and autonew macros has fixed it
permanently for me - at least it has not re-occurred in the last couple of
years ;)

With ActiveWindow.View
.Type = wdPrintView
.Zoom.Percentage = 500
.Zoom.Percentage = 100
End With

http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Back
Top