I need to create a listbox with 10 columns and 26000 rows. Using the addrow function takes about 8 seconds. Is there a faster way to do this?
Do
if NumberOfItems > ListBoxItemsServer.RowCount then ListBoxItemsServer.AddRow(str(ListBoxItemsServer.LastRowIndex+1),"","","","","","","","","","") else exit
loop
5 posts - 4 participants