Hello!
I have a software already running in several enterprises.
The thing is, when I send MIcrosoft Word to print, sometimes (depending on the client's printer) sometimes Words raises a warning about the margins being off the printer's area. The problem is that I work with an not visible Word object, so the message box stays invisible, keeping the document 'in queue', and I need it to be fast, to 'Continue' always
Is there any way of avoid this warning message?
The way I use word is this:
Code:'With reference to 'Microsoft Word 11 Object' Dim Obj_Word As Object 'always invisible, and then: Obj_Word.PrintOut




Reply With Quote
