Dumb question

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
 
T

teepee

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top