ScreenUpdating and listboxes
I'm populating listboxes and want to reduce screen flicker. If I populate
them between the screenupdating=false and screenupdating=true commands, the
items in the listboxes aren't displayed. If I don't use the screenupdating
commands all of the objects on the page flicker each time a line is added to
the listbox. Is there a way to see these items wihle still eliminating the
flicker?
|