Excel 2010
I have a list box on a form to display various information. When the user clicks on an item, the form should load and display the information corresponding to the selected item. I recently changed the listbox MultiSelect property to frmMultiSelectExtended, so that the user can delete several items from the list at the same time. After doing this, the click event will no longer fire at all. I placed a stop point on the first line of code, but it never even runs. Is it normal for the click event to no longer respond when the multiselect property is set to something other than frmMultiSelectSingle?
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]
I have a list box on a form to display various information. When the user clicks on an item, the form should load and display the information corresponding to the selected item. I recently changed the listbox MultiSelect property to frmMultiSelectExtended, so that the user can delete several items from the list at the same time. After doing this, the click event will no longer fire at all. I placed a stop point on the first line of code, but it never even runs. Is it normal for the click event to no longer respond when the multiselect property is set to something other than frmMultiSelectSingle?
-Joshua
Well, You can try banging your head against the wall, but you just end up with lost-time injuries and damaged equipment. [M. Passman]