N
ndurso
I'm trying to write an add-in. Since I've never done this before, I followed
a simple tutorial on creating an add-in.
Here's the link : http://support.microsoft.com/Default.aspx?kbid=302901
This addon is supposed to add a CommandBarButton to the CommandBar as well
as throw up a messagebox when the add-in fires the OnStartupComplete and
OnBeginShutdown. It will also handle the button clicking event and throw up
a message box when that even is handled.
The add-in works when run in Excel or Visio but it does not work in Word.
This is a problem because Word was the platform I wanted to run this add-in
off of. I've tried recreating the project a few time incase i messed up or
missed a step and I've tried to manually load the .dll through word (that
didn't work and it gave me an error).
Anyone have a solution for this? Any help would be appreciated.
Thanks,
Nick
a simple tutorial on creating an add-in.
Here's the link : http://support.microsoft.com/Default.aspx?kbid=302901
This addon is supposed to add a CommandBarButton to the CommandBar as well
as throw up a messagebox when the add-in fires the OnStartupComplete and
OnBeginShutdown. It will also handle the button clicking event and throw up
a message box when that even is handled.
The add-in works when run in Excel or Visio but it does not work in Word.
This is a problem because Word was the platform I wanted to run this add-in
off of. I've tried recreating the project a few time incase i messed up or
missed a step and I've tried to manually load the .dll through word (that
didn't work and it gave me an error).
Anyone have a solution for this? Any help would be appreciated.
Thanks,
Nick