View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SteveF SteveF is offline
external usenet poster
 
Posts: 14
Default Multiple firing of macro from ListBox

I have a listbox (from Controls Toolbox) that has a macro assigned to
the click event. However when I click it the macro ends up running 3
times.

If I create a listbox from the Forms Toolbox and assign it to the same
macro it works fine- but for various reasons I would like to use the
Controls listbox.

Anybody got ideas on why the macro fires 3 times? Is there a property
somewhere I'm not aware of?