Skip to main content
Participating Frequently
May 11, 2016
Answered

createobject failed !

  • May 11, 2016
  • 1 reply
  • 704 views

Hi,

I just installed "Adobe Acrobat Pro DC" and try to use it through Automation.

I checked "Adobe Acrobat 10.0 Type Library" in references and wrote an Excel macro:

Sub Adobe()

    Dim app As Object

    Set app = CreateObject("AcroExch.App")

    app.Show

End Sub

When executed i get an automation error "Error not specified" on the "set app = ..." line.

I still get the error after "Repair installation".

What do i missed ?

Please help.

This topic has been closed for replies.
Correct answer Test Screen Name

If it is a new install I wonder if you have run the app normally yet?

1 reply

Test Screen NameCorrect answer
Legend
May 11, 2016

If it is a new install I wonder if you have run the app normally yet?

Participating Frequently
May 12, 2016

You are right TestScreen !

5 days after installation with the entering of license number the product began inactivated ...

It was not really visible through automation tests.

I re-enter the number and it's ok.

Sorry for the inconvenience.