Quote Originally Posted by MartinLiss
Please note that my example was wrong (yours was too). There should be THREE commas and not two as in my examples or one as in yours.

Set lvwItem = ListView1.FindItem(objNode.selectSingleNode("ip").Text, , , lvwPartial)

And FindItem definately looks for the ListItem object's Text property.
Martin i tried again .It keeps failing again. It seems finditem can't find ip value!!Because ip has dots and it is integer. May be that is the problem!!