I have some word documents that have custom heading styles.
I would like to iterate through all custom headings in a document, and replace the custom style with the standard heading style.
For example:
Custom Style Standard Style
=================== ==============
Heading 1. Numbered --> Heading 1
Heading 2. Numbered --> Heading 2
Heading 3. Numbered --> Heading 3
and so on up to Heading 5 ...
I am using MS Word 2007.
Question: how can I do this with VBA?