I am trying to create a button that i can place on certain pages that the user can click to print out the page they are viewing.
This is a lot harder than orignally expected apparently.
I have tried using
ActiveDocument.PrintOut PrintRange:=visPrintCurrentPage, PrinterName:="XXXXXXXXX"
Sadly, this only works if I want to print page 1.
I have tried using
activedocument.printout printrange:=activepage.index
i have tried every thing i can think of.
A little help on this one would be great!
This is a lot harder than orignally expected apparently.
I have tried using
ActiveDocument.PrintOut PrintRange:=visPrintCurrentPage, PrinterName:="XXXXXXXXX"
Sadly, this only works if I want to print page 1.
I have tried using
activedocument.printout printrange:=activepage.index
i have tried every thing i can think of.
A little help on this one would be great!