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

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
 
N

Norman Jones

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.
 
G

Guest

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.
 

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

Similar Threads


Top