View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Ryan H Ryan H is offline
external usenet poster
 
Posts: 489
Default listbox macro scrolling problem

There is an ItemClick Event? I don't see that.

Try the MouseUp or MouseDown Event. This event will fire when you mouse
button is clicked down or release.

Hope this helps! If so, let me know, click "YES" below.
--
Cheers,
Ryan


"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.
.