Hi,
I have a listbox which I wish to have more than 10 columns (11 to be exact). I am trying to build an array with the items for each column but I am having problems understanding how to build the array, how to redim, etc. The array will have to have variable number of rows of 11 columns for the listbox.
Once I have the array built, I would set the listbox's column count to 11, set the column widths and then do a listbox6.list = varray
Please help...
Thanks,
I have a listbox which I wish to have more than 10 columns (11 to be exact). I am trying to build an array with the items for each column but I am having problems understanding how to build the array, how to redim, etc. The array will have to have variable number of rows of 11 columns for the listbox.
Once I have the array built, I would set the listbox's column count to 11, set the column widths and then do a listbox6.list = varray
Please help...
Thanks,