E
eric
Hi!
I have a macro that prints the current page:
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
It works most of the time but in some cases with some documents (many
sections and spooky numbering) it instead prints the previous page.
I have tried this code but it also fails from time to time:
Range:=wdPrintRangeOfPages
Pages:=CStr(Selection.Information(wdActiveEndPageNumber))
I have Word 2003.
Any suggestions?
Thx.
/e
I have a macro that prints the current page:
ActiveDocument.PrintOut Range:=wdPrintCurrentPage
It works most of the time but in some cases with some documents (many
sections and spooky numbering) it instead prints the previous page.
I have tried this code but it also fails from time to time:
Range:=wdPrintRangeOfPages
Pages:=CStr(Selection.Information(wdActiveEndPageNumber))
I have Word 2003.
Any suggestions?
Thx.
/e