Saving Macro's

  • Thread starter Thread starter Daria Rutkowski-Nitsch
  • Start date Start date
D

Daria Rutkowski-Nitsch

Does anyone know how to save a macro to a folder that
multiple users can access without storing it in the
workbook you might use it in? The save doesn't seem to
have a browse out. Thanks
 
Macros live in workbooks. But you can have workbooks that contain no data in
any of the worksheets. They just have macro code.

If you save your macro in that type of workbook, then you can tell the users to
open that workbook and hit alt-F8 (tools|macro|macros) and run the macros need.

When it becomes difficult to maintain, you may want to look at John Walkenbach's
MenuMaker workbook. It's a really neat (and simple) way of adding options to
the menubar. Looks very slick and professional.

http://j-walk.com/ss/excel/tips/tip53.htm
 
True, but this doesn't sound like something that would require code to
export the sheets.

Regards,
Tom Ogilvy
 

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