Hello everyone! This is my first time posting on ExcelForum, I am usually a lurker just checking stuff out - and usually it helps, but this time I'm truly stuck.
Basically what I am doing is... I have 2 listboxes in a userform. With 4 buttons.
Button One to move the selection (single or multiple items) from Listbox1 to Listbox2 and removing those items from Listbox1
Button Two to move all list items from Listbox1 to Listbox2 and clearing Listbox1.
Button Three to move the selection (single or multiple items) from Listbox2 to Listbox1 and removing those items from Listbox2.
Button Four to move all list items from Listbox2 to Listbox1 and clearing Listbox2.
The following is my code:
What I'm having problems with, is the following:![]()
Please Login or Register to view this content.
I want the order to remain as it is shown above. When moving back and forward between listboxes by pressing the button. Anyone know a solution to this without using a hidden sheet (i.e. only with coding)
I have spent so long on this... I just can't seem to solve it. I have fixed it for transfering all, as that is pretty simple. Clear Listbox and additem again etc...![]()
Please Login or Register to view this content.
Thanks guys, looking for help!![]()
Bookmarks