I am looking for a quick way to automate fixing headings in a Word document. I spent some time on Stackoverflow looking for a VB script and tried using the advanced find and replace features in Word.
The headers are up to 5 levels deep.
2.0 This should be Heading 1
2.1 This should be Heading 2
2.1.1 This should be Heading 3
2.1.1.1 This should be Heading 4
2.1.1.1.1 This should be Heading 5
There is a ton of text in between each heading.
The headings are typed rather than formatted using 'styles'.
All the headings are Times New Roman, Bold, 12pt.
I want to go through the document and repair all the headings with the proper level of heading style.
Seems easy enough. I did a find/replace based on the font; however I cannot distinguish between the different levels.
Any help would be greatly appreciated.