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