debkev1010
07-30-2008, 10:36 AM
I have an Excel spreadsheet that contains information from a Word document that I manually typed in. The information is sorted by the heading number which i got from the document (manually)...
Heading ........ Requirement No.
3.2.5.2.1 .............. 1
3.2.5.2.1 .............. 3
3.2.5.2.2 .............. 3
and so on.
I would like my VBA code to find these headings in the word document and eventually the Requirement No. within the section. I will paste some attributes to each Requirement No. but right now I have no idea of how to search for heading numbers.
Thanks,
Kevin
Heading ........ Requirement No.
3.2.5.2.1 .............. 1
3.2.5.2.1 .............. 3
3.2.5.2.2 .............. 3
and so on.
I would like my VBA code to find these headings in the word document and eventually the Requirement No. within the section. I will paste some attributes to each Requirement No. but right now I have no idea of how to search for heading numbers.
Thanks,
Kevin