Text box de nuevo
Hola de nuevo, pues me paso lo mismo ahora me pene los valores,
solo quería ver si era posible si me podrías orientar un poco en la forma en que debería de ir el case, ya que jamas he usado una opción así, y no veo como ponerlo
If Instit1.Value = "B" Then
texinstit1.Value = "BANAMEX"
ElseIf Instit1.Value = "O" Then
texinstit1.Value = "OTRO BANCO"
ElseIf Instit1.Value = "D" Then
texinstit1.Value = "TIENDA COMERCIAL"
ElseIf Instit1.Value = "C" Then
texinstit1.Value = ""
ElseIf Instit1.Value = "." Then
texinstit1.Value = ""
ElseIf Instit1.Value = "" Then
texinstit1.Value = ""
ElseIf texinstit1.Value = "" Then
texinstit1.Visible = False
Else
texinstit1.Visible = True
End If
If Instit2.Value = "B" Then
texinstit2.Value = "BANAMEX"
ElseIf Instit2.Value = "O" Then
texinstit2.Value = "OTRO BANCO"
ElseIf Instit2.Value = "D" Then
texinstit2.Value = "TIENDA COMERCIAL"
ElseIf Instit2.Value = "C" Then
texinstit2.Value = ""
ElseIf Instit2.Value = "." Then
texinstit2.Value = ""
ElseIf Instit2.Value = "" Then
texinstit2.Value = ""
ElseIf texinstit2.Value = "" Then
texinstit2.Visible = False
Else
texinstit2.Visible = True
End If
Dejo el código de nuevo por si sirve de algo, mil disculpas.
Y espero no sea una molestia gracias
solo quería ver si era posible si me podrías orientar un poco en la forma en que debería de ir el case, ya que jamas he usado una opción así, y no veo como ponerlo
If Instit1.Value = "B" Then
texinstit1.Value = "BANAMEX"
ElseIf Instit1.Value = "O" Then
texinstit1.Value = "OTRO BANCO"
ElseIf Instit1.Value = "D" Then
texinstit1.Value = "TIENDA COMERCIAL"
ElseIf Instit1.Value = "C" Then
texinstit1.Value = ""
ElseIf Instit1.Value = "." Then
texinstit1.Value = ""
ElseIf Instit1.Value = "" Then
texinstit1.Value = ""
ElseIf texinstit1.Value = "" Then
texinstit1.Visible = False
Else
texinstit1.Visible = True
End If
If Instit2.Value = "B" Then
texinstit2.Value = "BANAMEX"
ElseIf Instit2.Value = "O" Then
texinstit2.Value = "OTRO BANCO"
ElseIf Instit2.Value = "D" Then
texinstit2.Value = "TIENDA COMERCIAL"
ElseIf Instit2.Value = "C" Then
texinstit2.Value = ""
ElseIf Instit2.Value = "." Then
texinstit2.Value = ""
ElseIf Instit2.Value = "" Then
texinstit2.Value = ""
ElseIf texinstit2.Value = "" Then
texinstit2.Visible = False
Else
texinstit2.Visible = True
End If
Dejo el código de nuevo por si sirve de algo, mil disculpas.
Y espero no sea una molestia gracias
1 Respuesta
Respuesta de emperador20
1