Pregunta en
Microsoft Excel
Tengo un problema necesito cerrar un formulario en excel pero que la hoja de excel permanezca
Private Sub ComboBox1_Change() If ComboBox1.Text = "matematicas" Then Application.Visible = True Sheets("matematica").Select End If If ComboBox1.Text = "CCNN" Then Application.Visible = True Sheets("ccnn").Select End If End Sub Private Sub...