View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Multiselect on Listbox and Click Event

I have a listbox with multiselect turned off and it triggers a macro which
calls up another form on the click event of the listbox. If I want to turn
the multiselect on, how can I trigger the same macro. Am I forced to have a
button and then use its click event. That is, I select multiple items in the
listbox AND then hit the button?

Thanks

EM