Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay Jay is offline
external usenet poster
 
Posts: 671
Default Distributing Macro's and Personal.Dot files

We have sales folks with laptops wit varying degree's of skill with Excel.
Some have their own macro's and some don't. If I have built a macro that
they all could use - what is the easiest way to distribute the macro to them
without overwriting their existing macro's. These folks are not as computer
literate so it needs to be very "hands off".
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Distributing Macro's and Personal.Dot files

If you're going to share these utilities with others, you won't want to use the
name personal.xl*.

Use a name like: JayUtils.xls or JayUtils.xla

If you use the name personal.xls, then that name may conflict with their own
personal.xls workbook. (Excel can only have on workbook with that name open at
any time.)

You may want to consider saving it as an addin. The the you can put that addin
on a nice common folder and tell the users to use:

Tools|addins|browse|point at your addin workbook.

To install it.

If you save your workbook as an addin, you'll have to give the user some way to
run the macros...

Here's how I create that toolbar on the fly:
http://groups.google.co.uk/groups?th...5B41%40msn.com

If you want to add items to the worksheet menu bar, you can use John
Walkenbach's menumaker:
http://j-walk.com/ss/excel/tips/tip53.htm

jay wrote:

We have sales folks with laptops wit varying degree's of skill with Excel.
Some have their own macro's and some don't. If I have built a macro that
they all could use - what is the easiest way to distribute the macro to them
without overwriting their existing macro's. These folks are not as computer
literate so it needs to be very "hands off".


--

Dave Peterson
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
List of all Macro's in Personal.xls Lenny_821[_22_] Excel Programming 3 September 9th 05 02:18 PM
Accessing personal macro's all the time leaftye - ExcelForums.com Excel Programming 11 July 2nd 05 04:04 PM
Accessing personal macro's all the time leaftye - ExcelForums.com Excel Programming 0 June 21st 05 04:06 PM
Macro's scip Files!!! sh0t2bts Excel Programming 0 October 30th 03 09:24 PM


All times are GMT +1. The time now is 03:45 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"