Existe somente uma textbox para todos os valores das combobox, porque são muitas as possibilidades e não tem como eu criar uma textbox para cada combobox. Acontece que se na combo Saque3 eu lançar um valor, esse valor vai tb aparecer nas celulas d6 e d7, quando o que eu queria e que aparecesse somente na d8 e os valores anteriores lançados na celulas d6 e d7 permanecessem.
If Saque3.ListIndex = 5 Then
Valores.Show
ElseIf Saque3.ListIndex = 14 Then
Valores.Show
ElseIf Saque3.ListIndex = 48 Then
Valores.Show
End If
If Saque3.ListIndex = 5 Then
Valores.Show
ElseIf Saque3.ListIndex = 14 Then
Valores.Show
ElseIf Saque3.ListIndex = 48 Then
Valores.Show
End If
If Saque3.ListIndex = 5 Then
Valores.Show
ElseIf Saque3.ListIndex = 14 Then
Valores.Show
ElseIf Saque3.ListIndex = 48 Then
Valores.Show
End If
If Saque1.ListIndex = 5 Then
Worksheets("receita").Range("D6").Value = Me.TextBox1.Value
ElseIf Saque3.ListIndex = 14 Then
Worksheets("receita").Range("D7").Value = Me.TextBox1.Value
ElseIf Saque3.ListIndex = 48 Then
Worksheets("receita").Range("D8").Value = Me.TextBox1.Value