Transferring Macros

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I was wondering if there was an easy way to transfer a
bunch of macros to 5 other computers? Any help would be
great, thanks!
 
Hi
one way would be to create an addin and install this add-in on all
other computers
 
Or just put all your subroutines in another workbook and share that workbook.

Tell the end users to open that workbook and hit alt-f8 (tools|macro|macros) to
run your macros.

(I would think you'd want to make sure your code was written to work against the
activesheet???).

If you want to share lots more macros, John Walkenbach has a nice procedure at:
http://j-walk.com/ss/excel/tips/tip53.htm

It's called menumaker. It's really simple to use and looks very
nice/professional.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top