Ver originalIf ComboBox2.Value = "opcion1" Or ComboBox2.Value = "opcion2" Or ComboBox2.Value = "opcion3" Then TextBox5.Enabled = True TextBox5.MaxLength = 9Else TextBox5.Enabled = FalseEnd If