P
PeterM
I have a listbox and there is code for both the AfterUpdate and DblClick
events. However, when I double-click on the listbox, it's only executing the
AfterUpdate event; not the DblClick event. Is there a way in VBA that I can
determine if it was a double-click or just a single-click on the listbox? If
so, I can call the DblClick event myself.
thanks in advance
events. However, when I double-click on the listbox, it's only executing the
AfterUpdate event; not the DblClick event. Is there a way in VBA that I can
determine if it was a double-click or just a single-click on the listbox? If
so, I can call the DblClick event myself.
thanks in advance