Good Day Guys.
I currently use the following line of code to populate listbox1 when the userform is open
ListBox1.List = Sheets("PI").Range("Names2", Sheets("PI").Cells(Rows.Count, "B").End(xlUp)).Value
The thing is, this code only displays data in column B.
For the purposes of this project...