cursor

G

g-ma

I had a blinking cursor...suddenly it has disappeared. How do I get my
cursor to show again?
 
J

Jay Freedman

I had a blinking cursor...suddenly it has disappeared. How do I get my
cursor to show again?

Try changing the zoom setting to 500% and back to 100%. That may fix
it at least for a while.
 
G

Graham Mayor

Adding the lines

With ActiveWindow.View
.Zoom.Percentage = 500
.Zoom.Percentage = 100 'set to preferred zoom
End with

to both an autoopen and an autonew macro should fix it permanently.

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top