How to deploy my VBA application

  • Thread starter Marc - Pierre Gubler
  • Start date
M

Marc - Pierre Gubler

Hello

I'm new in writing VBA applications.
I want to know how I am able to deploy my scripts.
When I watch Acrobat, Adobe uses a file PDFMaker.dot
It is included in every start to my Word.
How do I do this?
Or are there better ways to deploy?

Thanks in advance and best regards,
Marc
 
T

Ty Anderson

Hi Marc,

Could you be more specific? For which Office application are you building
VBA scripts? You is your target audience/user? etc...

To answer your question regarding the PDFMaker.dot file, it is a Word addin
file. This is the file that creates the Acrobat Commandbar button. It is
also the file containing the code executed by the Acrobat Commandbar button.

A couple of good places for learning more about building Office Addins.

1. The Office Developers site on MSDN. The link below will take to the
section covering Application Specific Addins.
http://msdn.microsoft.com/library/d...ml/deovrBuildingApplicationSpecificAddins.asp

2. The VBA help files also contain good information.

Good luck!

Ty Anderson
 

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