I have a ListView with several ListViewItems, each ListViewItem has an item and 4 SubItems. My ListView has a bunch of empty ListViewItems that I need to remove from the ListView.
Could someone please help me with a little sub into which I could pass a ListView and it will remove all but 5 blank ListViewItems? In other words, I want to leave any of my ListViewItems with any text in them - as well as 5 (if there are) blank ListViewItems.
Thanks,
Dot
Could someone please help me with a little sub into which I could pass a ListView and it will remove all but 5 blank ListViewItems? In other words, I want to leave any of my ListViewItems with any text in them - as well as 5 (if there are) blank ListViewItems.
Thanks,
Dot