Good afternoon,
I am working on a form containing three listboxes. I have created buttons to be able to freely transfer data from one listbox to another, but I'm stuck at the code. The data that populates the listboxes upon form activation comes from different worksheets in the same workbook. So,when I transfer an item from one listbox to another, the code is supposed to delete the entire row from one sheet and paste it to the destination sheet. After that the form reloads and the listbox is populated with the realoted results.
I have seen some guides on how to create "move to the right" or "move to the left" buttons, but they don't seem to realy apply since they don't effectively transfer the original data between the sheets.
So far I came up with this code, it does function on the first time, but then the row count starts playing off. Besides the form doesn't refresh, so I need to close it and open again to show the updated lists. Code folows below:
Any ideas?
(Crossposted from http://www.mrexcel.com/forum/excel-q...ml#post4589188)
Bookmarks