Hi all,
I have a five-column list box. I'm using check boxes that allow the user to select a certain row of the list box. I'm trying to get all the values from the five columns but oddly enough I only make it to the second column.

Val1 = UserForm1.ListBox1.List(Item)
Val2 = UserForm1.ListBox1.Column(Item, 2)

Trying the same for the third column

Val3 = UserForm1.ListBox1.Column(Item, 3)

shows the "Could not get the Column property. Invalid property array index" message.

Can anyone help me with this?

Thanks
Nick