Is it possible

C

chrisnsmith

I send my excel workbook to other individuals in my office who may have to
cover for me in my absence. I have several command macro buttons attached to
the toolbar when I open my workbook, however , though the macros are still
intact, the buttons do not appear on the receipients email.

Is there a way to send my email so the buttons and macros are intact?
 
D

Dave Peterson

I find it much easier to modify the toolbar to support the macros via code.
It'll work easier when/if I share the file -- or even just move the file.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

In xl2007, those toolbars and menu modifications will show up under the addins.

And if you use xl2007:

If you want to learn about modifying the ribbon, you can start at Ron de Bruin's
site:
http://www.rondebruin.nl/ribbon.htm
http://www.rondebruin.nl/qat.htm -- For macros for all workbooks (saved as an
addin)
or
http://www.rondebruin.nl/2007addin.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top