listbox multicolumn retrieve entire row?

i have a listbox that has about 15 columns and I want to be able to click a row in the listbox and have that 1 row(15 columns) paste into a range on a worksheet. Each row is a name, address, phone #.....

each row is a unique customer....

The list is connected to a range on a separate sheet.

Thanks...
[331 byte] By [gregamerica] at [2007-11-20 10:51:42]
# 1 Re: listbox multicolumn retrieve entire row?
To be honest, I'd use a ListView here ( In Details View ), instead of a Multicolumn Listbox. Much easier to manage each row in a ListView.
HanneSThEGreaT at 2007-11-9 19:34:21 >
# 2 Re: listbox multicolumn retrieve entire row?
I'd think that the Flexgrid is the easiest.
dglienna at 2007-11-9 19:35:21 >