I am not to familiar with VB 6 so forgive
.
I am using the following to add a second column :
But the second line keeps giving me "Invalid property value".Code:Set item = listView.ListItems.Add(, , "AAA") item.SubItems(1) = "BBB"
Any ideas what I am doing wrong ?
TIA



Reply With Quote
