.Net Excel AddIn Events problem

  • Thread starter Balasubramanian Ramanathan
  • Start date
B

Balasubramanian Ramanathan

I have developed a excel adding using .net. The add-in adds
commandbarbuttons to the 'data' standard excel menu. I have added a event
handler for the commandbarbutton. The problem is the click even is fired for
only for the first time. When the user selects the commandbarbutton second
time, the click event is not getting fired..

Any solutions
Regards
Balu
 
P

PB

Did you clean up the object after its fired?

Set MyButton = Nothing

Could you be more specific as in what the button does.
Maybe the button is not being unloaded upon completing its
processing.

-We develop office add-in's too!
www.abistech.com
 
Top