Hello,
I have created a script which creates printer connections. I also want these printer to print duplex by default. Does anyone know how to configure this using VBA ?
My current script so far:
'create printer connections
Set WSHNetwork = CreateObject("WScript.Network"
WSHNetwork.AddWindowsPrinterConnection "\\printserver\printername"
WSHNetwork.SetDefaultPrinter "\\printserver\printername"
I have created a script which creates printer connections. I also want these printer to print duplex by default. Does anyone know how to configure this using VBA ?
My current script so far:
'create printer connections
Set WSHNetwork = CreateObject("WScript.Network"
WSHNetwork.AddWindowsPrinterConnection "\\printserver\printername"
WSHNetwork.SetDefaultPrinter "\\printserver\printername"