I'm trying to set up a mover form with 2 listboxes, each have 2 columns and an Add button.
Listbox1 has rowsourcetype of 6 and works like its supposed to.
When I run the form and click the Add button, I get an error:
'Function argument value, type, or count is invalid'
Here's the code in the...