View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_4_] Jim Thomlinson[_4_] is offline
external usenet poster
 
Posts: 1,119
Default Macro to save Macros

You have lost me a bit here. When you save a spreadsheet all of the macros
are saved with it. If you have any modules, classes or forms that are
particularily useful and you would want to use them in other projects you can
export them, to be imported into the other porjects. With addin's you just
have to remember to save them when you make changes and before you exit excel
(or remove the addin). If this does not cover it let us know... Or maybe I am
just missing something...
--
HTH...

Jim Thomlinson


"davegb" wrote:

I googled here, but no joy. So, is it possible to create a macro to
save all my macros? I've accumulated quite a set by now, with a lot of
help here, and I've saved the modules. But it's getting tedious to save
them all. Has anyone done this?