B
Brad E.
Is there a way, using
For X = 1 to ActiveDocument.Shapes.Count
.....
Next X
to find out which page all my shapes are on? Either Word's perception of
pages or I have page numbers in the center footer would work.
I am exporting my findings to Excel, so I just need to know the coding to
pull some kind of identifier for where it is in the document.
For X = 1 to ActiveDocument.Shapes.Count
.....
Next X
to find out which page all my shapes are on? Either Word's perception of
pages or I have page numbers in the center footer would work.
I am exporting my findings to Excel, so I just need to know the coding to
pull some kind of identifier for where it is in the document.