XL2000: List Box Click Event May Not Occur (211759)
The information in this article applies to:
This article was previously published under Q211759 SYMPTOMS
When you create a macro and attach it to the Click event for a ListBox
control, the macro may not run when you click the list box.
CAUSE
When you create a Click event macro that is attached to a ListBox control,
the macro runs only when the value in the ListBox control changes. The
Click event does not occur if you click the same value in the control.
RESOLUTION
To run a macro whenever you click a ListBox control, use another event,
such as the MouseDown or MouseUp event. For more information, see
the example in the "More Information" section later in this article.
REFERENCESFor more information about Click events, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type click event in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 9/27/2003 |
---|
Keywords: | kbcode kbprb kbProgramming KB211759 |
---|
|