View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default pull down menu on userform

This appears to be one of the common controls - don't these require a
license for design time operation - the mode Office operates in?

--
Regards,
Tom Ogilvy

"keepitcool" wrote in message
...
in the VBEditor

Rightclick the Control Toolbox
Select additional controls..
try to find Microsoft Toolbar control

add it to the toolbox then drag into form.
now open properties window..
select the custom property to open the properties bag.

check object browser for more/other properties
and methods of this control


keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Jay" wrote:

I would like to know if it's possible to add a pull down
menu to a userform. I want to create a menu in my user
form and I don't want to add a custom menu to the
existing excel menu. I browsed the different controls
but I can't seem to find the one I need.

thinks for the help
Jay