Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default distributing a macro

H, I've written a macro in Excel 97 that I would like to
share with my team, who is not technical. How can I
simplify the install of the macro into their
personal.xls? I created an Add-in but I don't know how to
point it to personal.xls.

Rich
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default distributing a macro

An addin doesn't have a relation to personal.xls. You would place the addin
file on there machines or in a common drive, then then in Tools=Addins,
you would use the browse button to find it and select it.

This will load the addin and your function should be available for use.

A UDF (function) will be available to the worksheet

A "SUB" will not be visible in Tools=Macro=Macros. It would be best to
add a menu button in the tools menu or on the main menu that would call the
macro.

Here is another article or two you might find useful:
http://msdn.microsoft.com/library/ba...n_addins97.htm
http://msdn.microsoft.com/library/of...exceladdin.htm
http://www.microsoft.com/exceldev/tips/addins.htm
These are about distributing applications

Here is an article about creating commandbars with code:
http://msdn.microsoft.com/library/techart/ofcmdbar.htm




--
Regards,
Tom Ogilvy

"Rich Clarken" wrote in message
...
H, I've written a macro in Excel 97 that I would like to
share with my team, who is not technical. How can I
simplify the install of the macro into their
personal.xls? I created an Add-in but I don't know how to
point it to personal.xls.

Rich



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
distributing days KANDLEZ Excel Worksheet Functions 1 May 20th 09 02:01 AM
Distributing a Cell Value MLCole Excel Worksheet Functions 5 March 7th 06 05:23 PM
distributing numbers Neil Excel Discussion (Misc queries) 1 April 15th 05 06:41 PM
Distributing Macros Carm Excel Programming 1 September 2nd 03 06:05 AM
Distributing code Andy Reed Excel Programming 1 July 11th 03 12:50 AM


All times are GMT +1. The time now is 09:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"