N
Neil - Toe
Hi, I copied a macro to print. Easy stuff, but how can I
specify which printer to use in the macro? I cannot make
the printer I want the default printer.
Here is the vba from the print side.
Application.PrintOut FileName:="",
Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True,
PrintToFile:=False, PrintZoomColumn:=0, _
PrintZoomRow:=0, PrintZoomPaperWidth:=0,
PrintZoomPaperHeight:=0
Any suggestions? My printer that I want to use is named
PDF995. The only way I can use the macro is to first
select the printer then use the macro.
Thank you
Neil
specify which printer to use in the macro? I cannot make
the printer I want the default printer.
Here is the vba from the print side.
Application.PrintOut FileName:="",
Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="",
PageType:=wdPrintAllPages, _
Collate:=True, Background:=True,
PrintToFile:=False, PrintZoomColumn:=0, _
PrintZoomRow:=0, PrintZoomPaperWidth:=0,
PrintZoomPaperHeight:=0
Any suggestions? My printer that I want to use is named
PDF995. The only way I can use the macro is to first
select the printer then use the macro.
Thank you
Neil