View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default PdfDistiller Error

gottahavit,
Same version of Acrobat ?

NickHK

"gottahavit" wrote in message
...
I have a process that automatically creates PDFs using Acrobat Distiller.
Recently, I got a new computer and since then, the process has not been
working.
When it tries to create a new PdfDistiller:

Dim myPDF As PdfDistiller
Set myPDF = New PdfDistiller

I get this run-time error:
Run-time error '429'
ActiveXcomponent can't create object

I can't figure out what the problem is. The reference is made to Acrobat
Distiller.
Please help.
Thanks.