View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robin Clay[_4_] Robin Clay[_4_] is offline
external usenet poster
 
Posts: 40
Default Listing / comparing macros

I have quite an extensive "Library" of routines / macros in an Add-In (.xla).

However, I use three (unconnected) computers, each having the Library, and
tweaks that I may carry out I save - but I need occasionally to compare the
three different versions of the Library, and modify each to make them all the
same.

I can save each of the 37 modules (each with perhaps a dozen routines) as a
text file (on each computer), then load each module in turn (in pairs) into
WORD for comparison.... but it's a l-o-o-o-n-g process !

Is there a way that I can dump the entire library at once, rather than
module by module ?

Any other suggestions ?


Regards

Robin