@EmanueleM wrote:
Hi
I’m use PDF Creator version 2.5.3 on windows 7 professional.
When I run my script I get the error “Object required 424”
Example:
Dim Object
Set Object = CreateObject(“PDFCreator.clsPDFCreator”)With Object
.cStart .cOption("StandardTitle") = "TestTitle" .cOption("SaveOption") = 1 .cClearCache
End With
Thanks for your help
Posts: 2
Participants: 2