J
Joe Simpson
Using word automation in visual basic 6 to print customized documents. It needs to print outside the printable margins.
Our printers handle this fine, the page prints perfectly. Its the message box asking if you want to still print that is the problem
We don't want any user interaction, that is we can't have someone answering the message box. The document needs to auto print all by itself
Is there a way to not have to answer this message box? To keep it from displaying at all
The command Applicaton.DisplayAlerts = False does not work, the message box still displays
If you have any other ideas could you please share them with me
Thank you
Our printers handle this fine, the page prints perfectly. Its the message box asking if you want to still print that is the problem
We don't want any user interaction, that is we can't have someone answering the message box. The document needs to auto print all by itself
Is there a way to not have to answer this message box? To keep it from displaying at all
The command Applicaton.DisplayAlerts = False does not work, the message box still displays
If you have any other ideas could you please share them with me
Thank you