I
Isaac
Dear Amigos: It wanted to see like hiding or to show a Drop Down, which I
need is that if in the cell a1 the value is of 1, shows drop down 1, and if
the value a1 is equal to 2, then drop down 1 is hidden, I wait for is
possible, I wanted to modify the code down but I could not, logically the
code is shot when the values in a1 are fulfilled, Greetings Isaac
Private Sub hidden_DropDown()
Me.Shapes("drop down 1").Visible = DropDown.Value = -1
SendKeys "{esc}"
End Sub
need is that if in the cell a1 the value is of 1, shows drop down 1, and if
the value a1 is equal to 2, then drop down 1 is hidden, I wait for is
possible, I wanted to modify the code down but I could not, logically the
code is shot when the values in a1 are fulfilled, Greetings Isaac
Private Sub hidden_DropDown()
Me.Shapes("drop down 1").Visible = DropDown.Value = -1
SendKeys "{esc}"
End Sub