View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Reinfried Reinfried is offline
external usenet poster
 
Posts: 3
Default PdfDistiller Error

II have the same problem, but the code works fine under
ADMINISTRATOR-account.. I think this is a security problem.
I have installed Windows XP SP2 and Office 2003 SP1. I have test it with
Acrobat 5, 6 and 7. Ever the same problem when I work with an user-account.
With administrator-account it's ok.

Reinfried
"gottahavit" wrote:

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.