Office Com Add-ins VS VBA

S

Shinya Koizumi

What is the major point of developping Office Com Add-ins dll against VBA?

SHIN
 
C

Cindy M -WordMVP-

Hi Shinya,
What is the major point of developping Office Com Add-ins dll against VBA?
I don't understand the question, really. VBA = Visual Basic for
Applications. This is the language in which the Office applications expose
their automation interfaces. Any programming language that automates an
Office application has to "speak" to the application using its object model,
which means the VBA specific to that application.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Z

Zack Barresse

COM addins are more secure. A user cannot open a dll addin as they would an
xla addin and view/change code. Also, if making a dll addin with VB/VB.NET
you have the option to create COM addins for multiple office apps with the
same library.

HTH
 

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