View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Share marcros between users in Excel

Macros live in workbooks.

So all you have to do is share the workbook.

I like to give the users (including me) a nice way to run those macros.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

Tomek wrote:

How do I share macros between users in Excel. I want to create a macro in
Excel and share it with other users, so they can use it on their machines.


--

Dave Peterson