WantsToLearn
Programmer
Hello,
I do more VBA than VB so please bear with me. I have several listboxes with similar data that I am keeping in sync manually. Is it possible to combine all of the data into one list box and have everything column aligned properly? Here is the type of thing I have:
Here is what I would like:
Thanks for any ideas!
I do more VBA than VB so please bear with me. I have several listboxes with similar data that I am keeping in sync manually. Is it possible to combine all of the data into one list box and have everything column aligned properly? Here is the type of thing I have:
Code:
lstFName lstLName lstCity
Jim Worthington Kalamazoo
Katarina Joe Troy
Code:
lstAllData
Jim Worthington Kalamazoo
Katarina Joe Troy