Hi,
I have a problem with new version of pdfCreator v2.0.2 and Excel VBA.
Some years ago I write a VBA script for Excel 2003 for print a sheet in pdf through pdfCreator.
Up to pdfCreator v1.7.3 all worked fine but when I installed new 2.0.2 version, my script not works.
Excel give me an error on command:
Set pdfjob = CreateObjec("PDFCreator.clsPDFCreator")
with this message:
run-time error '429':
ActiveX component can't create object
Now I unable to use my Excel sheet.
How I can resolve this?
Thanks,
Dan.
I have a problem with new version of pdfCreator v2.0.2 and Excel VBA.
Some years ago I write a VBA script for Excel 2003 for print a sheet in pdf through pdfCreator.
Up to pdfCreator v1.7.3 all worked fine but when I installed new 2.0.2 version, my script not works.
Excel give me an error on command:
Set pdfjob = CreateObjec("PDFCreator.clsPDFCreator")
with this message:
run-time error '429':
ActiveX component can't create object
Now I unable to use my Excel sheet.
How I can resolve this?
Thanks,
Dan.