![]() |
|
#1
|
|||
|
|||
|
I am using a document template to import styles in a document using
Sub Macro7() ' ' Macro7 Macro ' ' With ActiveDocument .UpdateStylesOnOpen = True .AttachedTemplate = _ "C:\Users\aspBikram\AppData\Roaming\Microsoft\Temp lates\Physics_Styles.dotm" .XMLSchemaReferences.AutomaticValidation = True .XMLSchemaReferences.AllowSaveAsXMLWithoutValidati on = False End With End Sub It worked awesomely but once I finalized the files and then close it and open again to edit some texts the formatting done after importing the styles would have already reversed. I want to avoid updatestylesonopen but when I set it to false I would have to manually reapply and update each style. Here, what I want is to update styles but only once(not for each time the document is opened). Can anyone guide me on how to do that?? |
| Tags |
| importing styles |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting rid of Styles and Templates confusion | John 4 | Word | 1 | 10-27-2020 07:25 AM |
| Using Styles in Templates to help format text - Importing and working with Templates | daithy | Word | 2 | 01-03-2020 05:06 PM |
Templates and New Documents Baased on Styles
|
Andrewmb | Word | 4 | 07-08-2012 08:16 PM |
Importing Styles causing odd formatting problems.
|
Red Pill | Word | 3 | 06-12-2012 06:19 AM |
Importing Templates in Word 2007
|
rbilleaud | Word | 4 | 06-29-2011 05:51 PM |