View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex St-Pierre Alex St-Pierre is offline
external usenet poster
 
Posts: 169
Default Erro 429 Set gApp = CreateObject("AcroExch.App")

Hi,
When I execute this, I get the error 429.
Dim gApp As Acrobat.CAcroApp
Set gApp = CreateObject("AcroExch.App") 'Error 429: ActiveX Can't Create
Object
I think I have the required library (Adobe Acrobat 9.0 Objet Library)

I tried the same code with an other computer that use PDF Maker and it
works.. Is it suppose to work with the reader version? The library in PDF
Maker is "AdobePDFMakerForOffice"..

Thank you!
Alex
--
Alex St-Pierre