Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am having a wonderful time trying to resolve this issue.
I have a .NET Com Add-in for Excel, I create a menu and a toolbar inside the add-in. Every so often my Menu Items stop responding to the click event. The click event never fires. The matching toolbar button continues to work though? I walkded through the with the debugger, ran traces and cannot not see any exceptions or errors occuring. CAN ANY ONE HELP ME? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One thing to look for is any code that:
1. Disables the event 2. Does "something" 3. Re-enables the event Problem can arise if step 2 terminates prematurely and never gets to step 3. -- Gary''s Student "James" wrote: I am having a wonderful time trying to resolve this issue. I have a .NET Com Add-in for Excel, I create a menu and a toolbar inside the add-in. Every so often my Menu Items stop responding to the click event. The click event never fires. The matching toolbar button continues to work though? I walkded through the with the debugger, ran traces and cannot not see any exceptions or errors occuring. CAN ANY ONE HELP ME? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help Using Click Event | Excel Programming | |||
Click event to run only once | Excel Programming | |||
Click event to run only once | Excel Programming | |||
Click event to run only once | Excel Programming | |||
On Click Event?, and how to use | Excel Programming |