View Single Post
 
Old 05-08-2017, 06:22 AM
lvalx lvalx is offline Windows 10 Office 2010 64bit
Novice
 
Join Date: May 2017
Posts: 3
lvalx is on a distinguished road
Default Macro to autoformat Numbered Headings

Hello,

I have a macro that finds sentences with keywords and lists the paragraph or section heading that they are under, for example, the macro currently retrieves shall statements and if the document were structured as below:

Section 3.3.1
The contractor shall do this

Would ideally return the 3.3.1 as well as the sentence containing the shall statement. However, I have encountered issues with documents that have headers and sections numbered manually. This mostly occurs when converting a .pdf document to .doc. I have looked at two versions of the same document, one .doc one .pdf and the formatting on numbered sections is completely lost with.pdf conversion.

I am looking for a macro that will find all the "hand jammed" section numbers and reformat them so that they will work with my other macro.

V/r,
Logan Valentine
Reply With Quote