That seems to be by design: (from help on dblClick)
For this event to occur, the two clicks must occur within the time span
specified by the system's double-click speed setting.
For controls that support Click, the following sequence of events leads to
the DblClick event:
1. MouseDown
2. MouseUp
3. Click
4. DblClick
If a control, such as TextBox, does not support Click, Click is omitted fom
the order of events leading to the DblClick event.
Perhaps use Right Click for the second action.
--
Regards,
Tom Ogilvy
"John Paul Fullerton" <John Paul
wrote
in message ...
Hi
I have a VBA form that I'm using in Excel 2002. On one label in the form,
I
want to run one function from the click event and another from the
double-click event. However, when I double-click the label, I always get
the
click event. I've checked the double-click speed from control panel and it
seems to be ok. The form is *not* being shown modal.
Have a nice day
John Paul Fullerton