View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default CustomMenu.Controls.Add

Add a pop-up control (which is what a menu is), and to this add your command
buttons.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Mike H." wrote in message
...
I have been using the CustomMenu for a while, but what I want to do is have
one menu option have multiple menu options "built" off it. For example,
when
I trace down the File Menu to Print Area, I have an arrow for additional
choices, Set Print area and clear print area. I want to build these
types
of additional choices. What is the syntax for this?