Ok, I have spent a bit of time researching this to only find information pertaining to database driven list boxs.
Here is the situation:
I have 2 list box's on a form
1 contains table columns (brought in by another list box/command button - Done with VBA, also the list box is set to Value List)
The user can then select an item in list box 1 and move it to list box 2 and vis versa (1>2 or 2>1)
When the user adds a column to list box 2 it is removed from list box 1 (this works great). The problem come in when the user removes the column from list box 2 to list box 1. I want to have list box 1 re-sort the values so it is always A > Z.
I am at my wits end trying to get this to work dynamicly with VBA so if any of you can assist in getting this resolved, I appreciate it.
Thanks
Here is the situation:
I have 2 list box's on a form
1 contains table columns (brought in by another list box/command button - Done with VBA, also the list box is set to Value List)
The user can then select an item in list box 1 and move it to list box 2 and vis versa (1>2 or 2>1)
When the user adds a column to list box 2 it is removed from list box 1 (this works great). The problem come in when the user removes the column from list box 2 to list box 1. I want to have list box 1 re-sort the values so it is always A > Z.
I am at my wits end trying to get this to work dynamicly with VBA so if any of you can assist in getting this resolved, I appreciate it.
Thanks
Last edited: