VB style drop down menu on an excel user form?? help

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

can any one tell me how you can add a drop down menu live in VB
to an Excel user Form.

it does look there is any way.

thanks
 
Hi Ray.

'----------------
can any one tell me how you can add a drop down menu live in VB
to an Excel user Form.

it does look there is any way.
'----------------

Commandbars are not supported in Userforms.

Perhaps you could create a deopdown menu with
one, or more, Userform controls.
 
this is better done with a listbox which is pretty easy to do in VBA on a
userform. You can have the list box or form hidden until it is needed,
doesn't have to be LIVE.
 
Back
Top