dim lviTest as ListItem
for each lviTest in ListView1.ListItems
    if lviTest.Checked then
        .......
    end if
next