PC Review


Reply
Thread Tools Rate Thread

Distributing Workbooks

 
 
formido@gmail.com
Guest
Posts: n/a
 
      19th Jul 2007
I've got a personal workbook where I put in all my new code so that it
can be available to all my other workbooks when I start up. However,
if I end up wanting to release a particular workbook, I have to
release my code library workbook plus the application workbook. What
are some good strategies for dealing with this problem?

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      19th Jul 2007
Don't use a workbook named personal.xls (or personal.xla). If you share this
same workbook with others, then those users may have to decide to use your
version of personal.xl* or their own.

Call it something nice:
FormidoUtils.xls (or .xla)

I'd save it as an addin (*.xla) and store a single copy in a nice common network
location and refer to that location via its UNC path
(\\aaaa\bbbb\formidoutils.xla). I wouldn't use a mapped drive--others may not
connect using the same letter.

If that's not possible, I'd ask all the users to store the addin in a folder on
their C: drive--and make that folder name exactly the same for all users:

c:\Formido\formidoUtils.xla

Then any UDF used in a cell will always find the function in the same
location--it'll make working with links and users easier.

And if you have subroutines that need to be run from that addin, you'll have to
give the user a way to run them.

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)


"(E-Mail Removed)" wrote:
>
> I've got a personal workbook where I put in all my new code so that it
> can be available to all my other workbooks when I start up. However,
> if I end up wanting to release a particular workbook, I have to
> release my code library workbook plus the application workbook. What
> are some good strategies for dealing with this problem?


--

Dave Peterson
 
Reply With Quote
 
formido@gmail.com
Guest
Posts: n/a
 
      20th Jul 2007
On Jul 19, 3:15 pm, Dave Peterson <peter...@verizonXSPAM.net> wrote:
> Don't use a workbook named personal.xls (or personal.xla). If you share this
> same workbook with others, then those users may have to decide to use your
> version of personal.xl* or their own.
>
> Call it something nice:
> FormidoUtils.xls (or .xla)
>
> I'd save it as an addin (*.xla) and store a single copy in a nice common network
> location and refer to that location via its UNC path
> (\\aaaa\bbbb\formidoutils.xla). I wouldn't use a mapped drive--others may not
> connect using the same letter.
>
> If that's not possible, I'd ask all the users to store the addin in a folder on
> their C: drive--and make that folder name exactly the same for all users:
>
> c:\Formido\formidoUtils.xla
>
> Then any UDF used in a cell will always find the function in the same
> location--it'll make working with links and users easier.
>
> And if you have subroutines that need to be run from that addin, you'll have to
> give the user a way to run them.
>
> 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)
>
> "form...@gmail.com" wrote:
>
> > I've got a personal workbook where I put in all my new code so that it
> > can be available to all my other workbooks when I start up. However,
> > if I end up wanting to release a particular workbook, I have to
> > release my code library workbook plus the application workbook. What
> > are some good strategies for dealing with this problem?

>
> --
>
> Dave Peterson


Thanks, that was extremely helpful.

-mwt

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel2007; workbooks.count is not counting all open workbooks greg.campeau Microsoft Excel Programming 2 2nd Aug 2008 08:37 PM
Copy/ move selected data from workbooks to seperate worksheets or workbooks Positive Microsoft Excel Worksheet Functions 1 30th Aug 2007 04:54 PM
Budget Workbooks, Ratio Analysis and Finance Report Workbooks =?Utf-8?B?TGVnYWwgTGVhcm5pbmc=?= Microsoft Excel Misc 0 5th Apr 2007 08:44 PM
creating/distributing patches to excel workbooks Adam Microsoft Excel Programming 1 6th Sep 2006 02:15 PM
Display 2 formulas from source workbooks to destination workbooks =?Utf-8?B?RXhjZWxfc2Vla19oZWxw?= Microsoft Excel Misc 4 27th Apr 2006 08:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 AM.