Have to make this quick as I have a train to catch!
Use the Column function
Code:
public vValArray () Redim vValArray(me.ListBox.ListCount) For vloop 0 to ListBox.Listcount vValArray(vloop) = ListBox.Column(Column,vloop) ' (vloop is each row in the listbox) Netx vloop
Leave a comment: