Hello, please help if possible
In Word (XP) you can have a document, say with 5 pages, and in this case the page "name" for page 4 would be "Page4". But, if you then set the document to begin paging at page 3, now the page "name" for page 4 would become "Page7"
â?? How can one differentiate between these two items and keep them straight in VBA code? (i.e. my program doesn't know that any given document is set to start at something other than one - or do I need to test for this everytime? - if so how do you retrieve this setting?
â?? Is there a way to specify the third page and mean the page in the third position rather than the page named "Page3" ? Or do I need to retrieve the beginning page number and add that to my named pages to obtain the correct reference
Any advice, assistance, and especially code examples would be greatly appreciated. TIA