Permantly turn off typing replaces selection

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

Guest

Is there any way to permantly turn off the option of "typing replaces
selection"? I hate having to go in and uncheck the box on every document I
start. I am using Office 2003.
 
If this setting is not being maintained, then either your Word Data key in
the Registry is damaged or something is updating the Registry behind your
back.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Click on "Tools", then "Options" Click on the "Edit tab", and uncheck the
box "Typing Replaces Selection" This will keep it off for all documents.

If this is how you have been turning it off and it keeps turning itself on,
try opening Word (so it will open with a standard, blank document) and turn
it off.
 
The former is easily fixed by resetting the data key. The latter you may
have to live with, but the trusty autoopen macro containing the line -
Options.ReplaceSelection = True
will fix it ;)
http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Graham Mayor said:
The former is easily fixed by resetting the data key. The latter you may
have to live with, but the trusty autoopen macro containing the line -
Options.ReplaceSelection = True
will fix it ;)
http://www.gmayor.com/installing_macro.htm

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

My web site www.gmayor.com

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



Thanks,
I am not sure which is happening, and not sure how to do the autoopen macro,
but I have opened several blank documents, unchecked the box, and actually on
a few documents that I open frequently I occasionaly have to uncheck the box
again. That's right it resets itself on documents. So apparently I have a
problem. Any suggestions will be apprecitated.

Robby
 
pm32610 said:
I am not sure which is happening, and not sure how to do the autoopen
macro, but I have opened several blank documents, unchecked the box,
and actually on a few documents that I open frequently I occasionaly
have to uncheck the box again. That's right it resets itself on
documents. So apparently I have a problem. Any suggestions will be
apprecitated.

Robby

The autoopen macro is as follows:

Sub Autoopen()
Options.ReplaceSelection = True
End Sub

Install as per http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
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

Back
Top