Associating Acrobat with MS Word

U

Umpty

I have some code that I am trying to run that uses Acrobat, but when it gets
to the following code, it says it cannot run the macro:

Here is the code:

..Application.Run MacroName:="AdobePDFMakerA.AutoExec.Main"
..Application.Run MacroName:="AdobePDFMakerA.AutoExec.ConvertToPDF"

Seems that there is a macro that Adobe has that I'm not seeing. How do I
associate Adobe with Word.

Thanks
Umpty
 
J

Jean-Guy Marcil

Bonjour,

Dans son message, < Umpty > écrivait :
In this message, < Umpty > wrote:

|| I have some code that I am trying to run that uses Acrobat, but when it
gets
|| to the following code, it says it cannot run the macro:
||
|| Here is the code:
||
|| .Application.Run MacroName:="AdobePDFMakerA.AutoExec.Main"
|| .Application.Run MacroName:="AdobePDFMakerA.AutoExec.ConvertToPDF"
||

Try this

Application.Run MacroName:="AdobePDFMaker.AutoExec.ConvertToPDF"

it works for me (Acrobat 6).

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top