Sets a password for printing password protected Excel document.
N/A.
Set oPrinter = CreateObject("easyPDF.Printer.5")
Set oPrintJob = oPrinter.ExcelPrintJob
oPrintJob.DocumentPassword = "my_password"
oPrintJob.PrintOut "C:\protected.xls", "C:\output.pdf"