Hi, I use following VBA script:
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set ShellObj = CreateObject("Shell.Application")
Set PDFCreatorQueue = CreateObject("PDFCreator.JobQueue")
But after running the script, I receive message shown on the image:
Error: ActiveX cannot create object 'PdfCreator.JobQueue!
Code: 800A01AD
I use PDFCreator Free 6.0.1.0
Do you have any suggestion how to solve this?