K
krklka
Hi,
I'm writing extraction tool for specificactions written in word
document under strict rules . Then I need to create some kind of TOC
including chapter numbers but consisting also pointers to headings to
be able to link the data by special manner in Excel later on. Till now
no sucess with :
1) .ConvertToText method
2) . Copy -> Paste special (as text )
3 ) wrd.Selection.Range.ListFormat.ListString ( here the heading is
selected and function returns "" )
I can select each heading ( used for copy/paste ) . Only indent is
possible to get:
Selection.Range.ListFormat.ListIndent
so I'm thinking about to store indent and later on to generate new
numbering ( based on indent & order) coresponding with numbering in
word doc.
Any other ideas ?
Regards,
K.
I'm writing extraction tool for specificactions written in word
document under strict rules . Then I need to create some kind of TOC
including chapter numbers but consisting also pointers to headings to
be able to link the data by special manner in Excel later on. Till now
no sucess with :
1) .ConvertToText method
2) . Copy -> Paste special (as text )
3 ) wrd.Selection.Range.ListFormat.ListString ( here the heading is
selected and function returns "" )
I can select each heading ( used for copy/paste ) . Only indent is
possible to get:
Selection.Range.ListFormat.ListIndent
so I'm thinking about to store indent and later on to generate new
numbering ( based on indent & order) coresponding with numbering in
word doc.
Any other ideas ?
Regards,
K.