Off the top of my head, I would use .Selected. Something like
VB Code:
Dim MyItem As ListItem
Set MyItem = ListView1.ListItems.Add(, , "This is my line of text")
MyItem.Selected = True
MyItem.EnsureVisible
Set MyItem = Nothing
Yes!
Lottery is a tax on people who are bad at maths
If only mosquitoes sucked fat instead of blood...
To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)