Hi. I'm trying to add data for the second and third columns of a multi-column listbox. The code as shown below works fine; only the first column is added. When I uncomment the two commented lines I get the 424 error message on the first now uncommented line.
This code is in a UserForm which has two controls: txbLocation and ListBox1. A location is entered into the textbox and matched against entries in column 2 of shtTrailers. When found, items from Column 1, 3, and 4 are to be added to ListBox1.
I'm really puzzled over this. Your guidance is sincerely appreciated. Thanks!
Bookmarks