Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Nitin Nitin is offline
external usenet poster
 
Posts: 3
Default How do i change the mouse cursor size for Microsoft Word 2003?

The size of my mouse cursor has changed all of a sudden. The original size
can still be seen while using applications like notepad or excel, but the
cursor size in word has become extremely small. How can i change the size of
the same?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom Stefan Blom is offline
external usenet poster
 
Posts: 8,428
Default How do i change the mouse cursor size for Microsoft Word 2003?

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The

original size
can still be seen while using applications like notepad or excel,

but the
cursor size in word has become extremely small. How can i change the

size of
the same?




  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Marcel Weerts Marcel Weerts is offline
external usenet poster
 
Posts: 1
Default How do i change the mouse cursor size for Microsoft Word 2003?

For a slightly more permanent fix. Use "normal.dot" from someone else who
does not have this problem. Overwrite your own normal.dot with this file. Of
course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The

original size
can still be seen while using applications like notepad or excel,

but the
cursor size in word has become extremely small. How can i change the

size of
the same?





  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do i change the mouse cursor size for Microsoft Word 2003?

That's not a particularly good plan! Rename normal.dot and a new default one
will result. However this cursor issue is caused by a minor software bug and
changing normal.dot will not necessarily affect it. If you want a permamnent
fix you'll need an autonew and an autoopen macro in normal.dot with the
following lines.

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

The second zoom is your preferred setting.
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


Marcel Weerts wrote:
For a slightly more permanent fix. Use "normal.dot" from someone else
who does not have this problem. Overwrite your own normal.dot with
this file. Of course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The

original size
can still be seen while using applications like notepad or excel,

but the
cursor size in word has become extremely small. How can i change
the size of the same?



  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Marcel Weerts Marcel Weerts is offline
external usenet poster
 
Posts: 2
Default How do i change the mouse cursor size for Microsoft Word 2003?

Funny though that it actually works for me then...
I have overwritten my normal.dot with someone that of else and the problems
stays away...

"Graham Mayor" wrote:

That's not a particularly good plan! Rename normal.dot and a new default one
will result. However this cursor issue is caused by a minor software bug and
changing normal.dot will not necessarily affect it. If you want a permamnent
fix you'll need an autonew and an autoopen macro in normal.dot with the
following lines.

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

The second zoom is your preferred setting.
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


Marcel Weerts wrote:
For a slightly more permanent fix. Use "normal.dot" from someone else
who does not have this problem. Overwrite your own normal.dot with
this file. Of course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The
original size
can still be seen while using applications like notepad or excel,
but the
cursor size in word has become extremely small. How can i change
the size of the same?






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do i change the mouse cursor size for Microsoft Word 2003?

When it returns, you'll now know how to fix it properly

--

Graham Mayor - Word MVP

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


Marcel Weerts wrote:
Funny though that it actually works for me then...
I have overwritten my normal.dot with someone that of else and the
problems stays away...

"Graham Mayor" wrote:

That's not a particularly good plan! Rename normal.dot and a new
default one will result. However this cursor issue is caused by a
minor software bug and changing normal.dot will not necessarily
affect it. If you want a permamnent fix you'll need an autonew and
an autoopen macro in normal.dot with the following lines.

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

The second zoom is your preferred setting.
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


Marcel Weerts wrote:
For a slightly more permanent fix. Use "normal.dot" from someone
else who does not have this problem. Overwrite your own normal.dot
with this file. Of course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The
original size
can still be seen while using applications like notepad or excel,
but the
cursor size in word has become extremely small. How can i change
the size of the same?



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Marcel Weerts Marcel Weerts is offline
external usenet poster
 
Posts: 2
Default How do i change the mouse cursor size for Microsoft Word 2003?

that's true!
But where do I make these changes then. I mean, which path do I walk to
enter these lines?

"Graham Mayor" wrote:

When it returns, you'll now know how to fix it properly

--

Graham Mayor - Word MVP

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


Marcel Weerts wrote:
Funny though that it actually works for me then...
I have overwritten my normal.dot with someone that of else and the
problems stays away...

"Graham Mayor" wrote:

That's not a particularly good plan! Rename normal.dot and a new
default one will result. However this cursor issue is caused by a
minor software bug and changing normal.dot will not necessarily
affect it. If you want a permamnent fix you'll need an autonew and
an autoopen macro in normal.dot with the following lines.

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

The second zoom is your preferred setting.
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


Marcel Weerts wrote:
For a slightly more permanent fix. Use "normal.dot" from someone
else who does not have this problem. Overwrite your own normal.dot
with this file. Of course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The
original size
can still be seen while using applications like notepad or excel,
but the
cursor size in word has become extremely small. How can i change
the size of the same?




  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do i change the mouse cursor size for Microsoft Word 2003?

See the link in my original post.
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


Marcel Weerts wrote:
that's true!
But where do I make these changes then. I mean, which path do I walk
to enter these lines?

"Graham Mayor" wrote:

When it returns, you'll now know how to fix it properly

--

Graham Mayor - Word MVP

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


Marcel Weerts wrote:
Funny though that it actually works for me then...
I have overwritten my normal.dot with someone that of else and the
problems stays away...

"Graham Mayor" wrote:

That's not a particularly good plan! Rename normal.dot and a new
default one will result. However this cursor issue is caused by a
minor software bug and changing normal.dot will not necessarily
affect it. If you want a permamnent fix you'll need an autonew and
an autoopen macro in normal.dot with the following lines.

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

The second zoom is your preferred setting.
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


Marcel Weerts wrote:
For a slightly more permanent fix. Use "normal.dot" from someone
else who does not have this problem. Overwrite your own normal.dot
with this file. Of course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct
cursor size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The
original size can still be seen while using applications like
notepad or excel, but the cursor size in word has become
extremely small. How can i change the size of the same?



  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default How do i change the mouse cursor size for Microsoft Word 2003?

As Graham suggests, there's an easier way to get a default Normal.dot, but
most of us have *way* too much investment in customization to want to do
that.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Marcel Weerts" Marcel wrote in message
...
For a slightly more permanent fix. Use "normal.dot" from someone else who
does not have this problem. Overwrite your own normal.dot with this file.

Of
course adjust the necessary things later on.

"Stefan Blom" wrote:

Change the Zoom to 500% and then back to restore the correct cursor
size.

--
Stefan Blom
Microsoft Word MVP


"Nitin" wrote in message
...
The size of my mouse cursor has changed all of a sudden. The

original size
can still be seen while using applications like notepad or excel,

but the
cursor size in word has become extremely small. How can i change the

size of
the same?






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
Word should catalog misspelled words to study. rndthought Microsoft Word Help 39 May 21st 23 02:47 AM
take yet another lesson from wordperfect "reveal codes" wordperfect is superior Microsoft Word Help 5 May 11th 09 07:58 PM
I am having difficulty with deleting headers and footers LHD New Users 5 July 24th 06 01:44 AM
Change paper size; Word changes to invalid margins OhioTech New Users 10 July 6th 06 02:00 PM
WP merge file to Word sstires Tables 4 February 14th 06 06:26 PM


All times are GMT +1. The time now is 03:24 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"