ListView1.ListItems(5).Selected = true
ListView1.SetFocus



(5) is the row to be selected. YOu cold also use a KEY if present

John G