Answered
acrobat 9 trying to use vb to se fields gives error acroexch.app not installed
how do I resolve this I have googled unti numb
how do I resolve this I have googled unti numb
You need a reference to the correct type library. See here for more information: Where can I get the AFormAutLib.dll?
Then, you need to fix your code, it seems you are mixing up the parameters for Dim and CreateObject:
- Dim AFORMAUT As AFORMAUTLib.AFormApp
- Set AFORMAUT = CreateObject("AFormAut.App")
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.