M
MorpheusX
Hello all,
because we have multiple printers , we have created a macro which is
assigned to a button in the toolbar to directly print to a printer. this is
easy because we don't have to go to file, print and then select a printer.
The only thing that happens is that MS Word is no longer responding. I will
post the code here can anyone help me.
code:
Sub secprint()
ActivePrinter = "pdf"
Application.PrintOut Range:=wdPrintAllDocument,
Item:=wdPrintDocumentContent, Copies:=1
End Sub
because we have multiple printers , we have created a macro which is
assigned to a button in the toolbar to directly print to a printer. this is
easy because we don't have to go to file, print and then select a printer.
The only thing that happens is that MS Word is no longer responding. I will
post the code here can anyone help me.
code:
Sub secprint()
ActivePrinter = "pdf"
Application.PrintOut Range:=wdPrintAllDocument,
Item:=wdPrintDocumentContent, Copies:=1
End Sub