COM Add-ins

C

CLarkou

I read in an article that COM add-ins let a single add-in to function
in more than one Office host, so I could write code once and have it
run in Word, Excel, Power Point and Excel.

How can this be done ? Does it apply in Office 97 also ?
 
T

Terry Kreft

How can this be done?
-------------------------
Carefully, you either have to use features which are common to the
applications you are targetting or branch correctly in your code dependent
upon the host application.

Does it apply in Office 97 also ?
 
Top