Desculpe, não havia percebido esse botão localizar.
Então, vamos lá. No evento CLICK da Caixa_Localizar acrescente "txtfoto = Cells(i + 2, 12)". A rotina completa ficará assim:
Private Sub caixa_LOCALIZAR_Click()
totalregistro = Worksheets("BancoDados").UsedRange.Rows.Count
For i = 0 To totalregistro
If caixa_LOCALIZAR.ListIndex = i Then
'preenher as caixas
caixa_NOME = Cells(i + 2, 1)
caixa_ENDEREÇO = Cells(i + 2, 2)
CAIXA_BAIRRO = Cells(i + 2, 3)
caixa_CEP = Cells(i + 2, 4)
caixa_ESTADO = Cells(i + 2, 5)
caixa_CIDADE = Cells(i + 2, 6)
caixa_CATEGORIA = Cells(i + 2, 7)
caixa_CPF = Cells(i + 2, 8)
caixa_TELEFONE = Cells(i + 2, 9)
caixa_CELULAR = Cells(i + 2, 10)
caixa_OBSERVAÇÃO = Cells(i + 2, 11)
txtfoto = Cells(i + 2, 12)
Exit Sub
End If
Next
End Sub
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 31/12/2016 10:26 am