Disable Autocorrect for a certain style sheet

26

8

Is it possible to disable auto correct (such as fixing capitalization) for a specific style template only? I'm interested in a solution for Word 2013.

This is specifically for auto correct, configured File / Options / Document proofing (?) / Auto Correct.

The purpose is to disable it for the style sheet used for code samples. Auto correct from int to Int is painful, but I don't want to lose auto correct completely.

peterchen

Posted 2013-02-07T08:16:00.753

Reputation: 1 602

I would like this for the exact same use. – John – 2015-04-28T17:07:33.460

Answers

2

MsWord - > In the Styles group on the Home Tab (Expand it)->Apply Style ->(Selected style is to be Normal) modify (do required modification)->Format->Language -> uncheck the spell check(if thats also not required)

for specific style you can check this link

http://blogs.msdn.com/b/acoat/archive/2009/08/09/turning-off-proofing-and-autocorrect-in-word-2007.aspx

Sjk

Posted 2013-02-07T08:16:00.753

Reputation: 67

8This is already enabled, but turns off spell checking only (squiggly lines). However, auto correction (as configured in file / Options / Document proofing (?) / Auto Correct) is still active, e.g. changing capitalization and the beginning of a paragraph. – peterchen – 2013-02-07T12:20:05.117

1

Not sure if it's possible with templates, but you could use a macro for disabling the autocorrection features which you don't want on launch of the file and re-enable them on close.

Something in the direction like this:

Application.AutoCorrect.TwoInitialCapitals = False

or a little bit more general

Application.AutoCorrect.ReplaceText = False

Langhard

Posted 2013-02-07T08:16:00.753

Reputation: 560

0

  1. Go to Modify style
  2. At the bottom of the page, choose paragraph section for style editing
  3. Goto second tab Line and Page Breaks
  4. Check formatting exceptions: Suppress line numbers and Don't hyphenate

Certified and works on Mac MS-Word version 16.x

closure

Posted 2013-02-07T08:16:00.753

Reputation: 101

Does not work for me on Windows MS Word 2016. – Manuel Hoffmann – 2019-02-15T11:16:44.533

-1

  1. Go to your Charms Bar (press Windows + C).
  2. Click Settings.
  3. Click Change PC Settings (located at the bottom of the Settings column).
  4. Click General.
  5. Go to the Spelling section.
  6. Turn off “Autocorrect Misspelled Words” option.

To close this app, move your cursor to the top of the page until it becomes a hand icon now click and drag off the screen.

guest

Posted 2013-02-07T08:16:00.753

Reputation: 1

This disables AutoCorrect completely, not just for selected style sheets. – peterchen – 2016-02-29T12:12:30.393

-1

For disabling autocorrect option MSword -> file->option ->proofing

You will options to disable it.Also from 'autocorrect option' inside proofing.

Sjk

Posted 2013-02-07T08:16:00.753

Reputation: 67

2That’s explicitly not what @peterchen asked for. He wants to turn it off only for a particular style, not for everything in the program. – KRyan – 2013-08-23T22:51:34.097