2003 xla Add In Macro convert to 2007?

K

Karin

Hi,
I've created several custom toolbars as an .xla add-in and distributed them
to various people in my company. This appears to be one of the better
methods for sharing macros (un excel 2003).
We're planning to convert to 2007 and I'd like to know what will happen to
these macros, what I may need to do to keep them working and if there is now
a better way in 2007 to share custom macros.
Thank you!
Karin
 
D

Dave Peterson

I have an add that was created in earlier versions of excel (before the
ribbon). My addin creates the toolbar when it opens and destroys it when it
closes.

In xl2007, the toolbar shows up in the Addins tab of the ribbon.

How did you create the toolbar? Via code or manually?

Saved from a previous post:

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
 
K

Karin

Hi, Dave -- I used your code from the Contextures web site to build my
toolbar - and thank you very much for that, it's a wonderful tool!
Thank you for the response, I will review everything you recommend.
 

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