I have a ListView1 with some information in the 3 first column. I would like to read row1 col1 and if data = something, add information in the column 4 and 5 in that row.
@webtubbs - sorry for barging in, but I was writing while you posted your answer and didn't see tou replied.
@Eric - my answer checks for a value in a subitem. If you want to check the very first column, you should check this instead:
ListView1.ListItems(i).Text
@Eric - my answer checks for a value in a subitem. If you want to check the very first column, you should check this instead:
ListView1.ListItems(i).Tex