G Greg B Jul 27, 2008 #1 I have a listbox on a userform which I have been refreshing by unloading the form then reloading. Is there an easier way to do this.
I have a listbox on a userform which I have been refreshing by unloading the form then reloading. Is there an easier way to do this.
B Bob Phillips Jul 27, 2008 #2 Me.ListBox1.Clear -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
Me.ListBox1.Clear -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
G Greg B Jul 27, 2008 #3 Thanks Bob for your help Greg Bob Phillips said: Me.ListBox1.Clear -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) Click to expand...
Thanks Bob for your help Greg Bob Phillips said: Me.ListBox1.Clear -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) Click to expand...