Bom dia!!
Tente...
Private Sub ListBox1_Click()
With Me.ListBox1
If .ListIndex = -1 Then
MsgBox " Não há seleção feita. Por favor, tente novamente. "
ElseIf .ListIndex >= 1 Then
r = Val(.List(.ListIndex, .ColumnCount - 1))
End If
End With
With Me
With Me.ListBox1
If .ListIndex = -1 Then
MsgBox " Não há seleção feita"
ElseIf .ListIndex >= 1 Then
r = Val(.List(.ListIndex, .ColumnCount - 1))
End If
End With
With Me
frmCadastroBob.txtDesc.Value = .ListBox1.List(.ListBox1.ListIndex, 0)
frmCadastroBob.txtCtmBaixa.Value = .ListBox1.List(.ListBox1.ListIndex, 1)
frmCadastroBob.txtEstEtl.Value = .ListBox1.List(.ListBox1.ListIndex, 2)
frmCadastroBob.txtEstMainframe.Value = .ListBox1.List(.ListBox1.ListIndex, 3)
frmCadastroBob.txtRotMainframe.Value = .ListBox1.List(.ListBox1.ListIndex, 4)
frmCadastroBob.txtReadMainframe.Value = .ListBox1.List(.ListBox1.ListIndex, 5)
End With
End With
End Sub
Dentro do seu LitBox, insira o código acima.
Faça os teste e caso necessário favor adaptar!
Att
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 19/02/2015 6:09 am