Hello all,
Anybody out there know if there is a way to sort data in an array, or alternately, to sort in a combobox?
Here's the situation...
I have a userform with a combobox. That combobox is being populated by an array, which is storing filenames from a network directory. The code I'm using is below... basically, grabbing filenames from the directory and throwing them into the array. Then when the userform initializes, using that array to populate the combobox.
So, is there a way to alphabatize the filenames, without first writing them to the sheet?![]()
Please Login or Register to view this content.
Thanks for any input!
Bookmarks