force modified style be applied to previously created docx files as well

Hi friends

new to word.

i have about 30 .docx documents.

inside one of them, i selected a word which it's font is bold & is red & then i goto styles and right click on Heading1 and click on "update heading1 to match selection"

then i right click on heading1 and selected modify and in opened box, i selected following two options.

but the problem is , when i open any other .docx documents which i had previously created, the Heading1 style is default settings & is not what i modified, so i have to repeat modifying Heading1 style in all previously created docx files.

any workaround?

thanks in advanced

January 30th, 2015 9:27am

For existing documents, you can open them and go to Developer>Document Template>Templates and check the 'automatically update document styles' option. Do note that this will affect all Styles in the updated documents and that leaving that setting checked when the documents are sent to someone using a template of the same name (e.g. Normal.dotm) is liable to result in their Style definitions, not yours, being applied to the document. You might therefore want to uncheck the option immediately after the document's Styles have been updated.
Free Windows Admin Tool Kit Click here and download it now
January 30th, 2015 11:30am

For existing documents, you can open them and go to Developer>Document Template>Templates and check the 'automatically update document styles' option. Do note that this will affect all Styles in the updated documents and that leaving that setting checked when the documents are sent to someone using a template of the same name (e.g. Normal.dotm) is liable to result in their Style definitions, not yours, being applied to the document. You might therefore want to uncheck the option immediately after the document's Styles have bee
January 30th, 2015 5:42pm

No, there is not. One can be created (by you).

Record a macro in one document doing this. Save it in your normal.dotm or another global template. Attach it to your QAT and you will be able to do it with a mouse click.

If you want, you can use Graham Mayor's Add-In to run your macro on all documents in a folder as a batch process.

Document Batch Processes

You can also use the Organizer to copy the Style from the document template to the document without checking the "update styles" box and then unchecking it. That could also be done with a macro and applied via the QAT or Graham's Add-In.

Free Windows Admin Tool Kit Click here and download it now
January 30th, 2015 8:39pm

No, there is not. One can be created (by you).

Record a macro in one document doing this. Save it in your normal.dotm or another global template. Attach it to your QAT and you will be able to do it with a mouse click.

If you want, you can use Graham Mayor's Add-In to run your macro on all documents in a folder as a batch process.

Document Batch Processes

You can also use the Organizer to copy the Style from the document template to the document without checking the "update styles" box and then unchecking it. That could also be done with a macro and applied via the QAT or Graham's Add-In.

January 30th, 2015 10:25pm

You could use a Document_Open macro in the relevant template to do the updating next time the documents are opened. However, you probably wouldn't want that macro to run every time the (updated) documents are opened and it wouldn't update any that haven't been opened (meaning they'd still show the old Style if sent to someone whose system doesn't have your template available).

The other option is to use a macro that loops though all the documents in one go to do the updating. The problem then becomes one of identifying which documents your template applies to, so as to not update others. If they're all in one folder, with no other documents, that's easy enough but, if they're scattered across multiple folders amongst many other documents, having to open & check perhaps thousands of files could take even a macro a long time to do all the processing. To get an idea of what's involved see, for example, the code I posted at: http://www.eileenslounge.com/viewtopic.php?f=26&t=14499#p107602. That macro simply updates template paths after a server change.

Free Windows Admin Tool Kit Click here and download it now
January 30th, 2015 10:45pm

You could use a Document_Open macro in the relevant template to do the updating next time the documents are opened. However, you probably wouldn't want that macro to run every time the (updated) documents are opened and it wouldn't update any that haven't been opened (meaning they'd still show the old Style if sent to someone whose system doesn't have your template available).

The other option is to use a macro that loops though all the documents in one go to do the updating. The problem then becomes one of identifying which documents your template applies to, so as to not update others. If they're all in one folder, with no other documents, that's easy enough but, if they're scattered across multiple folders amongst many other documents, having to open & check perhaps thousands of files could take even a macro a long time to do all the processing. To get an idea of what's involved see, for example, the code I posted at: http://www.eileenslounge.com/viewtopic.php?f=26&t=14499#p107602. That macro simply updates template paths after a server c

January 31st, 2015 10:42am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics