I trying with this code and result
"object doesn't support this method or property"
somebody know solution to this problem.
-----------------------------------------------------
Dim item As MSCELISTVIEWLibCtl.ListItem
For Each item In LVRESULTADOITINERARIO.ListItems
MsgBox item.Text
Next
-----------------------------------------------------