How to turn off AutoCorrect for certain texts?

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

Guest

I use Word not just for word processing, but also in situations where there
is code involved. Typical problems are:
1. My text contains code snippets. I would like Word to just leave them as I
type them. I was hoping this would be possible if I formatted the snippets as
non-English, but that doesn't help.
2. Search&Replace all occurrences of some string with "some string". Right
away, AutoCorrect replaces the straight quotes with "smart quotes", according
to the settings in the "AutoFormat as you type" tab. The usual way of undoing
this by using Undo does not work after Search&Replace.
Is there any practical solution? Obviously, it doesn't make sense to go
through all 20 or so AutoCorrect options, disable them when you write code or
perform certain Search&Replace actions and then enable them again when you
write English.

Thanks,
Sebastian
 
G'Day Sebastian,

There is no "Word" solution. You need to switch between Word
and (say) Notepad.

Type the snippets in Notepad, then Copy & Paste. Even then you
may need to reformat the snippets in Courier for clarity.
 
Thanks for confirming my fear. Of course, Notepad doesn't solve either of my
scenarios, since (in #1) I need to preserve formatting and similar
information and (in #2) I run Search&Replace actions from macros.

If there's really no other way, then it still is possible to write a pair of
macros to disable and enable AutoCorrect behavior. I would have to run them
everytime before and after I deal with text that want Word to leave as is. I
found something (here:
http://72.14.203.104/search?q=cache...Correct+options+code&hl=en&gl=us&ct=clnk&cd=1),
but I'm not sure how complete their list is.
 
In your macro, you can turn off the AutoCorrect option for smart quotes
before you do your replace and return it to its pre-replace state afterward.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide




--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top