Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Me.ListBox1.Clear
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Greg B" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob for your help
Greg "Bob Phillips" wrote in message ... Me.ListBox1.Clear -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Greg B" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refreshing a listbox | Excel Programming | |||
Listbox not refreshing on update | Excel Programming | |||
Refreshing a userform/listbox | Excel Programming | |||
listbox.value not equal to listbox.list(listbox.listindex,0) | Excel Programming | |||
Is refreshing listbox rowsource in listbox click event possible? | Excel Programming |