The reason I need to specify a specific listbox is because I requery it from another form, I do multiple selections from them, I move items in it.
I thought this was the "smart" code, to make one function work for multiple places.
Function GetList()
On Error GoTo Err_GetList
Dim i...