View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juggernath Juggernath is offline
external usenet poster
 
Posts: 2
Default newbie - how to save macro for use on another machine

I've used macros only on one machine so far. Now I have to write few macros,
to protect it and to distribute Worksheet with the corresponding macros via
Internet.
Which is the best way to do it? Is there any way to save macros as compiled
program, or something like that and have them as the included object in just
one worksheet?
It's important to protect this so I was thinking of one crazy thing - to
copy some functions into VB dll project and to include it in macro.