Hi,
I have a mutlidimensional array that fills a listbox. It is an array as follows:
vArray(1 to 65536)
The list box basically has thousands of rows of blank data in it as a result of:
Listbox1.list = vArray
Is there a way to make the listbox not show all the blank data and to only show the rows that contain a value.
Thanks.
Michael.
I have a mutlidimensional array that fills a listbox. It is an array as follows:
vArray(1 to 65536)
The list box basically has thousands of rows of blank data in it as a result of:
Listbox1.list = vArray
Is there a way to make the listbox not show all the blank data and to only show the rows that contain a value.
Thanks.
Michael.