View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 390
Default How to add list item to a listview with optimize performance

Hi i am having 1 million database records, i would like to populate those
through listview. I am using VBA Userforms, List view is drawn on it.

Add item method of list view takes long time to populate these records.

Please suggest faster way to populate in List View. I dont have any other
control available to reference library of project

Thanks
Max