View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Display macros in addin

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.

--
Regards,
Tom Ogilvy

"Claude" wrote in message
...
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