D
dtshedd
I am trying to print a range of pages, based on the sequence of the
pages from the beginning of the document and not based on user defined
page numbers.
I have 700+ documents, where the author has set page numbers starting
with Roman numerals for the cover page and TOC (ie i,ii, iii, iv) and
then starting with numeric (1,2,3,4) values for text body. I would
like to print based on the actual page, consistent with the value shown
in the status bar (i.e. "4/11" page 4 of 11, found to the right of the
section identification).
I have tried using the printout method both the From: and To:
designator or the "Pages"=" option. Both times I get page numbers not
actual pages.
Ultimately I am trying to tie the print ranges to bookmarks present in
the document. I am using the following command
intPageNo = Selection.Information(wdActiveEndPageNumber)
to get the page number of the bookmark. This command appears to return
the actual page, not the page number assigned by the user.
I would appreciate any help.
pages from the beginning of the document and not based on user defined
page numbers.
I have 700+ documents, where the author has set page numbers starting
with Roman numerals for the cover page and TOC (ie i,ii, iii, iv) and
then starting with numeric (1,2,3,4) values for text body. I would
like to print based on the actual page, consistent with the value shown
in the status bar (i.e. "4/11" page 4 of 11, found to the right of the
section identification).
I have tried using the printout method both the From: and To:
designator or the "Pages"=" option. Both times I get page numbers not
actual pages.
Ultimately I am trying to tie the print ranges to bookmarks present in
the document. I am using the following command
intPageNo = Selection.Information(wdActiveEndPageNumber)
to get the page number of the bookmark. This command appears to return
the actual page, not the page number assigned by the user.
I would appreciate any help.