You need to address the sub items of the listitem... not the item itself. Make much sense?

i.e.
Code:
Set itm = Listview1.ListItems.Item(1)
itm.SubItems(1) = "little nick"