Senhores, estou tentando usar o metodo List, porem, recebo a seguinte mensagem "metodo ou membro de dados não encontrado List não foi encontrado". vejam o exemplo.
Dim x As Integer
For x = 0 To Me.Lista_Comodato.ListCount - 1
If Me.Lista_Comodato.Selected(x) = True Then
MsgBox "valor lista" & Me.Lista_Comodato.List(x)
End If
Next x
Dim x As Integer
For x = 0 To Me.Lista_Comodato.ListCount - 1
If Me.Lista_Comodato.Selected(x) = True Then
MsgBox "valor lista" & Me.Lista_Comodato.List(x)
End If
Next x