Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Tom FindControls only seems to work for all commandbars as follows (Office VBA help as suggested): "Set cntrls = CommandBars.FindControls(Type:=msoControlDropdown) " but not on an individual commandbar such as: "Set cntrls = CommandBars("DTSheet").FindControls(Type:=msoContr olDropdown)" It replies with a "Method or data member not found". Regards Mick -- micklloyd ------------------------------------------------------------------------ micklloyd's Profile: http://www.excelforum.com/member.php...o&userid=30696 View this thread: http://www.excelforum.com/showthread...hreadid=383809 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros and Menu Command | Excel Discussion (Misc queries) | |||
Creating sub menu in Command bar | Excel Programming | |||
Name command in Insert Menu | Excel Discussion (Misc queries) | |||
Command Bar Menu - Management | Excel Programming | |||
Execute a menu command with VBA? | Excel Programming |