J
John
Hi,
Is there anyway to print the page shown/displayed on the print preview
screen.
I have tried the following and added a custom button to the print preview
toolbar
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
but it does not work if I have scrolled (I use the mouse scroll button) to
another page. It will still print
the first page that has been displayed unless I have specifically clicked on
the page to zoom in.
The following doesn't work either because you need to do a click in order to
select that page. Without the click, it won't work.
Selection.Information(wdActiveEndPageNumber) etc.
Is there anyway to track the page currently displayed even though I have not
made a selection on the page.
Thanks and regards,
John
Is there anyway to print the page shown/displayed on the print preview
screen.
I have tried the following and added a custom button to the print preview
toolbar
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
but it does not work if I have scrolled (I use the mouse scroll button) to
another page. It will still print
the first page that has been displayed unless I have specifically clicked on
the page to zoom in.
The following doesn't work either because you need to do a click in order to
select that page. Without the click, it won't work.
Selection.Information(wdActiveEndPageNumber) etc.
Is there anyway to track the page currently displayed even though I have not
made a selection on the page.
Thanks and regards,
John