View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rich Rich is offline
external usenet poster
 
Posts: 298
Default macros in my custom xla Addin - how to make visible in Macro menu?

I created a number of VBA procedures (macros) which I saved to a .xla file.
I need to use these macros in various workbooks. I added the xla to the
Addins list, but I don't see a list of the macros from this addin in the
Macro menu. Is there a way to make these macros visible in the macro menu?
How to do this?

Thanks,
Rich