Hi, i'm to match a word that's written in a combobox with one in a listviewbox. I've tried with this code, but it doesn't select the word. Any thoughts on this?

Code:
Dim itmX As ListViewItem
itmX = ListView1.FindItemWithText("TextToSearch", True, 0)
itmX.Selected = True