Hello,
I have 2 columns of data, say 100 names in col 1 and an activity state (0, 1) in col 2.
What I want to do is pick up any record name that is active (1), insert into an array (that can change size as names are added), alpha-sort that array, and then make those values in the array available as the dropdown inside of a combobox.
Normally, I'd approach this without using an array and use a temporary sheet to move over the active names, use the excel alpha sort, then pick up the resultant cells into the combobox. This works, but is inelegant and it's time for me to learn how to use arrays properly. Any help would be most appreciated.
My typical procedure:
I can't help but think that using arrays would be a lot cleaner. Especially when the lists grow into 10s of thousands of rows and the lag time in looping thru & moving records starts being measured in minutes...![]()
Please Login or Register to view this content.
Bookmarks