E
EKH
I have 850 templates that are set to Automatically Update Document Styles.
Of course, this is a problem as we want to be able to modify styles on the
documents based on these templates without having to change this setting each
time. My goal is to fix the templates.
I know I can change the setting with the following code:
With ActiveDocument
.UpdateStylesOnOpen = False
End With
My real challenge is how to run this on 850 templates. Any ideas?
Of course, this is a problem as we want to be able to modify styles on the
documents based on these templates without having to change this setting each
time. My goal is to fix the templates.
I know I can change the setting with the following code:
With ActiveDocument
.UpdateStylesOnOpen = False
End With
My real challenge is how to run this on 850 templates. Any ideas?