Custom Menu Buttons

  • Thread starter Thread starter Alec Bowman
  • Start date Start date
A

Alec Bowman

I need to add custom menu buttons to the "Tools" menu
bar. Have done this for Worksheets but have been unable
to find any mechanism to add the button to Chart sheets
 
Well the concepts are all the same, just the menu bar's name changes. So
where you now have something like:

CommandBars("Worksheet Menu Bar").Controls("Tools")....

use:

CommandBars("Chart Menu Bar").Controls("Tools")....

--
Jim Rech
Excel MVP
| I need to add custom menu buttons to the "Tools" menu
| bar. Have done this for Worksheets but have been unable
| to find any mechanism to add the button to Chart sheets
 
Back
Top