Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
mtnrunner2 mtnrunner2 is offline
external usenet poster
 
Posts: 4
Default AutoFormat settings always revert to defaults

This is driving me nuts. I do not like Word auto formatting, and have turned
it off multiple times (under all tabs in options). I've even deleted
Normal.dot in case it was corrupted and has some effect on this.

Yet, the settings keep turning back on. Again and again and again.

Any idea why? Any idea where this is stored? Maybe I'm deleting a cached
settings file without realizing it.

Thanks for any help.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default AutoFormat settings always revert to defaults

Word 2003 particularly has a minor problem related to corruption of the data
key in the registry which causes it to lose personal settings. It can often
be fixed (at least for a while) by deleting or renaming the data key
(http://word.mvps.org/FAQs/AppErrors/...artingWord.htm) but for a
permanent fix you can set the items that change each time you open or create
a document by adding the commands that change and their preferred values to
both an autoopen and an autonew macro in normal.dot. The commands related to
autoformat as you type are as follows -each shown off.

With Options
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeDefineStyles = False
.TabIndentKey = False
End With

See the section on auto macros at 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



"mtnrunner2" wrote in message
...
This is driving me nuts. I do not like Word auto formatting, and have
turned
it off multiple times (under all tabs in options). I've even deleted
Normal.dot in case it was corrupted and has some effect on this.

Yet, the settings keep turning back on. Again and again and again.

Any idea why? Any idea where this is stored? Maybe I'm deleting a cached
settings file without realizing it.

Thanks for any help.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default AutoFormat settings always revert to defaults

Word 2003 particularly has a minor problem related to corruption of the data
key in the registry which causes it to lose personal settings. It can often
be fixed (at least for a while) by deleting or renaming the data key
(http://word.mvps.org/FAQs/AppErrors/...artingWord.htm) but for a
permanent fix you can set the items that change each time you open or create
a document by adding the commands that change and their preferred values to
both an autoopen and an autonew macro in normal.dot. The commands related to
autoformat as you type are as follows -each shown off.

With Options
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeDefineStyles = False
.TabIndentKey = False
End With

See the section on auto macros at 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



"mtnrunner2" wrote in message
...
This is driving me nuts. I do not like Word auto formatting, and have
turned
it off multiple times (under all tabs in options). I've even deleted
Normal.dot in case it was corrupted and has some effect on this.

Yet, the settings keep turning back on. Again and again and again.

Any idea why? Any idea where this is stored? Maybe I'm deleting a cached
settings file without realizing it.

Thanks for any help.



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
mtnrunner2 mtnrunner2 is offline
external usenet poster
 
Posts: 4
Default AutoFormat settings always revert to defaults

Thanks, that's great. When it won't work as advertised, a macro will do just
fine

I've installed it in Normal.dotm. and confirmed it turns off the options I
want. I'm using Word 2007 and I want to turn off both "AutoFormat" and
"AutoFormat as you type" items, so I used:

With Options
.AutoFormatApplyBulletedLists = False
.AutoFormatApplyFirstIndents = False
.AutoFormatApplyHeadings = False
.AutoFormatApplyLists = False
.AutoFormatApplyOtherParas = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeDefineStyles = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatReplaceFractions = False
.AutoFormatReplaceHyperlinks = False
.AutoFormatReplaceOrdinals = False
.AutoFormatReplacePlainTextEmphasis = False
.AutoFormatReplaceQuotes = False
.AutoFormatReplaceSymbols = False
.TabIndentKey = False
End With

for AutoOpen and AutoNew. I'll try to remember post back after a couple of
weeks if it worked, but I'm sure it will.

Thanks,

Jeff
  #5   Report Post  
Posted to microsoft.public.word.docmanagement
mtnrunner2 mtnrunner2 is offline
external usenet poster
 
Posts: 4
Default AutoFormat settings always revert to defaults

Thanks, that's great. When it won't work as advertised, a macro will do just
fine

I've installed it in Normal.dotm. and confirmed it turns off the options I
want. I'm using Word 2007 and I want to turn off both "AutoFormat" and
"AutoFormat as you type" items, so I used:

With Options
.AutoFormatApplyBulletedLists = False
.AutoFormatApplyFirstIndents = False
.AutoFormatApplyHeadings = False
.AutoFormatApplyLists = False
.AutoFormatApplyOtherParas = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeDefineStyles = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatReplaceFractions = False
.AutoFormatReplaceHyperlinks = False
.AutoFormatReplaceOrdinals = False
.AutoFormatReplacePlainTextEmphasis = False
.AutoFormatReplaceQuotes = False
.AutoFormatReplaceSymbols = False
.TabIndentKey = False
End With

for AutoOpen and AutoNew. I'll try to remember post back after a couple of
weeks if it worked, but I'm sure it will.

Thanks,

Jeff


  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default AutoFormat settings always revert to defaults

Autoformat entries (as opposed to autoformat as you type) are only applied
when you actually run autoformat so there should be no need to change those,
as you appear not to need that function.

--

Graham Mayor - Word MVP

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



"mtnrunner2" wrote in message
...
Thanks, that's great. When it won't work as advertised, a macro will do
just
fine

I've installed it in Normal.dotm. and confirmed it turns off the options I
want. I'm using Word 2007 and I want to turn off both "AutoFormat" and
"AutoFormat as you type" items, so I used:

With Options
.AutoFormatApplyBulletedLists = False
.AutoFormatApplyFirstIndents = False
.AutoFormatApplyHeadings = False
.AutoFormatApplyLists = False
.AutoFormatApplyOtherParas = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeDefineStyles = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatReplaceFractions = False
.AutoFormatReplaceHyperlinks = False
.AutoFormatReplaceOrdinals = False
.AutoFormatReplacePlainTextEmphasis = False
.AutoFormatReplaceQuotes = False
.AutoFormatReplaceSymbols = False
.TabIndentKey = False
End With

for AutoOpen and AutoNew. I'll try to remember post back after a couple of
weeks if it worked, but I'm sure it will.

Thanks,

Jeff



  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default AutoFormat settings always revert to defaults

Autoformat entries (as opposed to autoformat as you type) are only applied
when you actually run autoformat so there should be no need to change those,
as you appear not to need that function.

--

Graham Mayor - Word MVP

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



"mtnrunner2" wrote in message
...
Thanks, that's great. When it won't work as advertised, a macro will do
just
fine

I've installed it in Normal.dotm. and confirmed it turns off the options I
want. I'm using Word 2007 and I want to turn off both "AutoFormat" and
"AutoFormat as you type" items, so I used:

With Options
.AutoFormatApplyBulletedLists = False
.AutoFormatApplyFirstIndents = False
.AutoFormatApplyHeadings = False
.AutoFormatApplyLists = False
.AutoFormatApplyOtherParas = False
.AutoFormatAsYouTypeApplyBorders = False
.AutoFormatAsYouTypeApplyBulletedLists = False
.AutoFormatAsYouTypeApplyHeadings = False
.AutoFormatAsYouTypeApplyNumberedLists = False
.AutoFormatAsYouTypeApplyTables = False
.AutoFormatAsYouTypeDefineStyles = False
.AutoFormatAsYouTypeFormatListItemBeginning = False
.AutoFormatAsYouTypeReplaceFractions = False
.AutoFormatAsYouTypeReplaceHyperlinks = False
.AutoFormatAsYouTypeReplaceOrdinals = False
.AutoFormatAsYouTypeReplacePlainTextEmphasis = False
.AutoFormatAsYouTypeReplaceQuotes = False
.AutoFormatAsYouTypeReplaceSymbols = False
.AutoFormatReplaceFractions = False
.AutoFormatReplaceHyperlinks = False
.AutoFormatReplaceOrdinals = False
.AutoFormatReplacePlainTextEmphasis = False
.AutoFormatReplaceQuotes = False
.AutoFormatReplaceSymbols = False
.TabIndentKey = False
End With

for AutoOpen and AutoNew. I'll try to remember post back after a couple of
weeks if it worked, but I'm sure it will.

Thanks,

Jeff



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
How can i change the defaults settings for Drawing Tools Formati sammy Microsoft Word Help 3 July 25th 08 06:17 PM
AutoFormat/AutoCorrect Settings Change K Microsoft Word Help 5 March 5th 08 06:27 AM
How do I set settings back to the Word 2007 defaults? Shoji Microsoft Word Help 1 November 6th 07 09:23 AM
Word always saves last printer settings - does not revert to default [email protected] New Users 2 January 22nd 07 04:47 PM
word'd settings revert back to default marrie Microsoft Word Help 14 March 8th 06 11:53 PM


All times are GMT +1. The time now is 08:58 AM.

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"