View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
claude claude is offline
external usenet poster
 
Posts: 19
Default Display macros in addin

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