wdPrintCurrentPage

S

Senad Isanovic

This code prints out current page from word doc

ActiveDocument.PrintOut Background:=False, Range:=wdPrintCurrentPage

But sometimes it is not working properly. I have a doc with different pages
and sections. The cursor is on page 3, I run the code and it prints out the
page no 2. What is wrong?
 
Top