Reply
 
Thread Tools Display Modes
  #1   Report Post  
Ed
 
Posts: n/a
Default Turn off "Automatically Update Style"?

I edit reports created by others, and I have no control over how they
present the document to me. I am using Word 2000. Lately, I have made a
small change and watched the document go crazy! Going to the Undo menu, I
have noticed the item I will Undo is "Automatically Update Style".

Is this a setting that can be permanently and globally set on my machine to
prevent any style form automatically updating? Or is this going to be
peculiar to whatever style is in the document being worked on? Is it
possible to create a macro that will go through a document and turn off this
update "feature" for each style in the doc?

Thank you.
Ed


  #2   Report Post  
Greg
 
Posts: n/a
Default Turn off "Automatically Update Style"?

Ed,

Try,

Sub AutoOpen()
Dim oStyle As Style
For Each oStyle In ActiveDocument.Styles
oStyle.AutomaticallyUpdate = False
Next
End Sub

  #3   Report Post  
Suzanne S. Barnhill
 
Posts: n/a
Default Turn off "Automatically Update Style"?

See http://word.mvps.org/FAQs/Formatting...eformatted.htm. The
"Add to template" button should take care of most of this.

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

"Ed" wrote in message
...
I edit reports created by others, and I have no control over how they
present the document to me. I am using Word 2000. Lately, I have made a
small change and watched the document go crazy! Going to the Undo menu, I
have noticed the item I will Undo is "Automatically Update Style".

Is this a setting that can be permanently and globally set on my machine

to
prevent any style form automatically updating? Or is this going to be
peculiar to whatever style is in the document being worked on? Is it
possible to create a macro that will go through a document and turn off

this
update "feature" for each style in the doc?

Thank you.
Ed



  #4   Report Post  
Ed
 
Posts: n/a
Default Turn off "Automatically Update Style"?

Greg: That worked when I specified If oStyle.Type = wdParagraph. Thank
you.
Ed

"Greg" wrote in message
ups.com...
Ed,

Try,

Sub AutoOpen()
Dim oStyle As Style
For Each oStyle In ActiveDocument.Styles
oStyle.AutomaticallyUpdate = False
Next
End Sub



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
2000 word update - no Cd-rom available cannot update epw0946 Microsoft Word Help 1 September 27th 05 05:18 AM
Suppress prompt to update table of contents LurfysMa New Users 2 July 31st 05 07:44 AM
how do I turn of automatic date update on my Word documents Nazish Microsoft Word Help 14 May 19th 05 10:59 PM
Turn off "automatically update" date field after merged? cbeck29483 Mailmerge 7 May 3rd 05 07:39 PM
How do you REALLY turn off automatically update styles in Word 200 College Student Microsoft Word Help 1 January 8th 05 11:17 PM


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