How to get all headers text in a Word Document ?
Hi,
I have a Word Document.
Every page has a header.
Right now I am only able to get the current page header.
Eg. If the page is currently at page 3, it will only display page 3 header text in a MessageBox.
The attached image is what I have tried.
I was thinking is it I have to use a For loop to get all pages' header text?
Thank you
|