Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
I need to sort a listbox after populating it in a userform via the macro below. The list varies from time to time. Private Sub UserForm_Initialize() UserForm1.ListBox1.AddItem "Jane" UserForm1.ListBox1.AddItem "Anna" UserForm1.ListBox1.AddItem "Melinda" End Sub Appreciate some help on this. Thank you in advance Julian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Which User Form Listbox selection just checked? | Excel Programming | |||
Filter Listbox in user form | Excel Programming | |||
User form with a listbox | Excel Programming | |||
Adding items to a spreadsheet from a user form listbox | Excel Programming | |||
Sorting ListBox results or transposing ListBox values to other cells for sorting | Excel Programming |