Is there a way to programatically get to the extended print properties of BizHub that folds, staples, booklet, etc etc.
When recording the following macro i have clicked printer propreties and changed the settings but those changes are not being recorded.
thanks
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
When recording the following macro i have clicked printer propreties and changed the settings but those changes are not being recorded.
Code:
Sub Macro4()
'
' Macro4 Macro
' Macro recorded 2/5/2009 by user
'
ActivePrinter = "KONICA MINOLTA C650 Series PCL"
Application.PrintOut FileName:="", Range:=wdPrintAllDocument, Item:= _
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _
ManualDuplexPrint:=False, Collate:=False, Background:=False, PrintToFile _
:=False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _
PrintZoomPaperHeight:=0
End Sub
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down