N
neoret
Hello.
I've developed an addinn for word and excel in C#. This addin does the
following:
- Adds a button to the command bar
- Adds event handling on the save event.
Both of these functionalities are added in the connect class. They
work fine when being used on the first document that is shown in word/
excel.
My problem occurs when I open i.ex word and presses the "new document"
button. Then the event handling on the save event doesn't work any
more. The button added works fine.
Any suggestions?
neoret
I've developed an addinn for word and excel in C#. This addin does the
following:
- Adds a button to the command bar
- Adds event handling on the save event.
Both of these functionalities are added in the connect class. They
work fine when being used on the first document that is shown in word/
excel.
My problem occurs when I open i.ex word and presses the "new document"
button. Then the event handling on the save event doesn't work any
more. The button added works fine.
Any suggestions?
neoret