When you are filling in the listbox rows, use the Column property:
Me.listboxname.Column(0) = "John Smith"
Me.listboxname.Column(1) = "222 Acorn Lane"
Me.listboxname.Column(2) = "Somerset"
Me.listboxname.Column(3) = "HI"
Cruising the Information Superhighway (your mileage may vary)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.