ListBox Control

C

Charlie

Hi,

Is there a way to turn off the ListBox_Change event? I have a Multi-Select
ListBox and when a user selects a particular line I use the Change event to
update other lines in the same ListBox. This of course fires off the Change
event again for each line I toggle.

This is not a problem as I have incorporated a flag to skip the event when
appropriate, but I was wondering if there was a simpler way to temporarily
turn it off. Application.EnableEvents didn't work.

TIA
Charlie
 
C

Charlie

That's essentially the way I did it. I thought there might be a property I
missed or something. Thanks for replying.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top