Copy link to clipboard
Copied
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.
If it is a new install I wonder if you have run the app normally yet?
Copy link to clipboard
Copied
If it is a new install I wonder if you have run the app normally yet?
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now