Solved: Word add-in not working when opening a document
Hello!
I have made a word add-in with IDTExtensibility2 interface. When I start word 2003 from start menu everything works fine. But when I open a "old" document it doesn?t.
The toolbar appears but with no function. Seems like word or xp remove assemblies when opening a document or something. Tried to save document with the working add-in, but when I opened it again same thing happened.
Thanks
Problems with word add-in and IDTExtensibility2
Hello again!
I wonder if the problem I described in earlier post, that the add-in didn?t work when I opened a document, arrise because I don?t use the application.DocumentOpen event. This is what happends:
1. I start word
2.the commandbar appears
3.I test it and it works
4.I open a new document or a old
5.the commandbar still appears
6.I test it BUT it doesn?t work!
Can anybody help me out?