\\\
With ListView1.Items.Add("Column1Text")
.SubItems.Add("Column2Text")
.SubItems.Add("Column3Text")
End With
///
Note: Before you do this you need to make sure have added the correct number
of columns first otherwise you will get an exception if you try to add more
subitems than there are columns.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.