N
nicolas.hilaire
Hi all,
i'm using a word document object to print my document
Dim wordDocument As Word.Document
.......
Call wordDocument.printOut(True)
This is working, but it's printing on the default printer.
How can I ask the user to choose the printer ? as it could be made with
word, when we want to print ...
I would like to display the dialog box that allows to chose my printer.
Thanks a lot for your help.
Best regards,
Nicolas H.
i'm using a word document object to print my document
Dim wordDocument As Word.Document
.......
Call wordDocument.printOut(True)
This is working, but it's printing on the default printer.
How can I ask the user to choose the printer ? as it could be made with
word, when we want to print ...
I would like to display the dialog box that allows to chose my printer.
Thanks a lot for your help.
Best regards,
Nicolas H.