View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Sort a multi column listbox in userform

How do you populate the listbox. If using the rowsource, try sorting the
source data in the worksheet, then perhaps reassign the rowsource if
necessary.

--
Regards,
Tom Ogilvy

"Martin" wrote in message
...
I have a 4 column listbox in a userform. I would like to sort the

contents
by pressing a command button above the column to be sorted. Can I do so

and
if so how do I do it.

Thank You,
--
Martin