drop down menus

  • Thread starter Thread starter Lane
  • Start date Start date
Yes:

set t=commandbars.Add
t.visible=true
set t2=t.controls.add (msocontroldropdown)
t2.additem "Jan"
t2.additem "Feb"

Bob Umlas
Excel MVP
 

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

Back
Top