View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Mac Dave Mac is offline
external usenet poster
 
Posts: 12
Default listbox macro scrolling problem

On Jan 7, 3:47*pm, Fan924 wrote:
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.


Not sure which event your using, but try the _Itemclick event for
the control.

rgds,
David