View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default listbox macro scrolling problem

I tried to duplicate the problem by using different events to trigger the
macro and could not get the same result. I could scroll without triggering
the macro when I used the click, change, key press, key down, mouse down
events. are you sure you are not clicking inside the display window?



"Fan924" wrote in message
...
I have a listbox with a macro assigned. Macro activates when I click
on a different row in the listbox.
It also activates the macro when i scroll up and down. This is
undesirable. Can i turn this off while scrolling.