View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default add button to standard menu bar

Hi Bodhi,

Try:

View | Toolbars | Customize | Commands | Select 'Format' category

Now, scroll through the available commands (including increase and decrease
indents) and drag the desired command(s) to a toolbar.

Finally, close the dialog.

---
Regards,
Norman



wrote in message
oups.com...
I remember reading a post on how to add a standard button (say... the
Bold button) to the menu next to the Help menu. But I've looked
around and I can't find that post anymore. I don't need to do it
programatically, just manually. Thanks.

(The reason I want to do this is that there is no keyboard shortcut to
-- for example -- increase a cell's indent, but there is a button on
the format toolbar. So by adding that button to the menu at least I
could press Alt - H - [right arrow] - enter, which would be faster than
going to the mouse. I know I could create a macro with shortcut
button, but the workbooks I'm working with don't have macros and I want
to keep it that way.)