Thread: Storing Macros
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 Storing Macros

Macros are stored in workbooks or addins (a workbook as well). An addin is
probably the best way to store the macro, but it depends on how it will be
used. Macros in an addin do not appear in Tools=Macro=Macros. If you had
you addin create a toolbar, then that could overcome accessibility.

--
Regards,
Tom Ogilvy

"jc lewis" wrote in message
om...
What is the best way to store a macro so I can put it on different
Machines. Are there any problems I should expect from doing this?

Thanks
jc lewis