R Ray Apr 29, 2007 #1 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
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 Apr 29, 2007 #2 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.
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 Apr 29, 2007 #3 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.
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.