For TempLooping = 0 To TempStoreListview3 - 1

If ListView3.Items(TempLooping).SubItems(1).Text.Equals(Year_ComboBox.Text) Then

ListView3.Items(TempLooping).SubItems(PositionOfTempClient).BackColor = Color.Cyan

End If

Next


Why my coding wont work ?????