View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I duplicate a macro for a button on the Standard Toolbar?

Suzi

Don't know what you mean by "duplicate" but to place a button on a toolbar and
assign a macro to that button...................

ToolsCustomizeCommands.

Scroll down to Macros.

Drag Custom Button to your Toolbar.

Right-click on the button and you have some options.

1. Name the button.
2. Assign macro.
3. Edit button image.
4. Change button image. You have a limited number of choices.

Download John Walkenbach's file Button Faces from here.

http://www.j-walk.com/ss/excel/files/developer.htm

Any of these can be dragged to your toolbar and have a macro assigned.

Best method of assigning macros to buttons is to build the Toolbar when you open
the workbook and delete it when you close.

Do not make the changes to the existing toolbars.

See Debra Dalgleish's website for Dave Peterson help on building "on the fly"
toolbars and menus.

http://www.contextures.on.ca/xlToolbar02.html


Gord Dibben MS Excel MVP

On Tue, 13 Feb 2007 15:22:01 -0800, Suzi wrote: