Boa tarde amigos estou com um problema no comando like n estou conseguindo completa ele para pesquisar em qualquer parte do campo n sei se e possivel na listbox o codigo é esse.
contador = 0
For Linha = 0 To Lista_Candidatos.ListCount - 1
If Lista_Candidatos.Column(2, Linha) Like Me.txtpesq Then
Lista_Candidatos.Selected(Linha) = True
contador = contador + 1
Else
Lista_Candidatos.Selected(Linha) = False
End If
Next
Se algum amigo puder me da uma maozinha agradeço.
contador = 0
For Linha = 0 To Lista_Candidatos.ListCount - 1
If Lista_Candidatos.Column(2, Linha) Like Me.txtpesq Then
Lista_Candidatos.Selected(Linha) = True
contador = contador + 1
Else
Lista_Candidatos.Selected(Linha) = False
End If
Next
Se algum amigo puder me da uma maozinha agradeço.