Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expanding Custom Menu Items

Status
Not open for further replies.

kkawano

Programmer
Oct 22, 2002
17
US
Hi All,

In Microsoft Excel, there is an method to keep particular menus expanded. By calling

CommandBars("File").AdaptiveMenu = False

you can keep the File menu in Excel from hidding unused menu items.


Question: We have been able to do this with the built in menus. Any way to do this with custom Menus. We get an automation error when attempting this.

Thanks,

Karl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top