Display macros in addin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I've saved several useful macros which I would like to have always available
to an addin. On starting excel, the addin file is opened, and the macros can
be run by typing in their name. However, they do not appear in the list of
available macros (alt-F8). What do I need to do for these macros to be
included in this list?
Thanks
 
Make the addin a workbook rather than an addin would be one option.

Macros in Addins don't show up in the macro list.

You could build a toolbar with a button for each macro or otherwise produce
your own list of macros that the user could choose from.
 

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

Back
Top