Dumb question

  • Thread starter Thread starter teepee
  • Start date Start date
T

teepee

Anyone know the reverse VBA command to ComboBox1.DropDown. (ie to make the
dropdown disappear).
I tried ComboBox1.DropDown = false but that didn't work.

Many thanks

tp
 
Shapes("Drop Down 1").Select
Selection.Delete

Doesn't seem to like that.

Compile error. Sub or function not defined.

Perhaps because it's in a userform combobox? Thanks for the suggestion
though. Much appreciated
 
Back
Top