add-in

B

Brent Burkart

I want to create a macro which I would like to develop into an add-in. I
would like the add-in to add a menu option to the menu bar. I have done
this before, but I can't quite remember how I did it.

Does anyone know where I can find a tutorial walking me through these steps?

Thanks,
Brent
 
P

Perry

Here are a couple of articles worth reading

What templates/addins store
http://word.mvps.org/faqs/customization/WhatTemplatesStore.htm

How to add controls to a commandbar
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaof10/html/ofmthadd.asp

The concept of CustomizationContext
http://msdn.microsoft.com/library/d...us/vbawd10/html/woproCustomizationContext.asp

Example of adding menu's to the menu bar
http://word.mvps.org/faqs/macrosvba/AddMenu.htm

Try the pointers out as outlayed in above articles knowing
that you can always fall back to the group if you get stuck.

Krgrds,
Perry
 

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