Installing WORD Addin
IT & Infrastructure
1
Posts
1
Posters
0
Views
1
Watching
-
I've made an addin for MS WORD (via VC++, with the help of Code Project article "Writing an MS Word addin" http://www.codeproject.com/com/adWordAddin.asp). Instead of creating and using toolbars, as described in the article, I operate the addin functionality via macros (which enables me to work with Normal.dot instead of Addin.dot). I would like that the addin users won't have to "break their heads" with creating macros. How can I install the addin while creating the macros and a WORD toolbar that will contain them as buttons? thanx :rose: