T
tcebob
I tried to record a macro to print to a specific printer, but this is all I got:
Sub PrintToBullzipPDF()
'
' PrintToBullzipPDF Macro
' Macro recorded 5/10/2010 by Robert Shiffman
'
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
How can I name the printer in the macro?
rs
Sub PrintToBullzipPDF()
'
' PrintToBullzipPDF Macro
' Macro recorded 5/10/2010 by Robert Shiffman
'
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
How can I name the printer in the macro?
rs