LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,253
Default Calling a common XLA Library file, stored on a network drive :)


re 1:
no difference for local or network:
the addins need to be activated.

a difference between directories:
inside the UserLibraryPath and LibraryPath
they are automatically shown in the addins list.
outside these paths they need to be "browsed to".

admin can easily add a line to registry in
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Add-in Manager
and browsing is taken care of. he does need to do it for all users.

if he wants a "silent" install, with addin not visible
in the browse list, he needs to add an open line in
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options
no point maybe.. but users cannot deactivate, only unload via vbe.

if a shared drive is not available you'll have lot's more to worry
about. prerequisite: a stable network. dont map but use UNC.

there's some resiliency options too.. that many people dont know about
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\E xcel\Options

Value Name: NetworkResiliency
Value Type: DWord
Value Data: 0 or 1


As you know programmatic addin install/uninstall is troublesome.
and errorhandling is non-existent.
also why is there no method to install addin as readonly?
(except a manual edit of the OPEN line to add /R

... life ain't perfect and neither is excel..


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Bob Phillips wrote :


"keepITcool" wrote in message
ft.com...
Bob, I respectfully disagree.


Then let's respectfully discuss <bg

xlas can be installed in a shared network drive
without problems. I point to maintain.


PROVIDED
they do not contain tables and need to be saved.
(because then you run into multiuser or readonly issues.)


I agree that the file can be stored on a network drive (I do it myself
frequently, so I should have made that point). There are 2 issues
with this that need to be addressed though
1) the addin still needs to be installed on the desktop (which was my
real point), either the user does it, or some desktop administrator
does (I personally see no point in loading xla's as normal Excel
files) 2) the network drive has to be available (things get better,
but they aren't always there)

If you do store the xla on a network drive, you remove the version
issue of course, but you still need to address thge 2 points I
mention above, but this probably makes it worthwhile all things
considered.

Your point about links is well made, but as you point out, this
applies to local as well as to network files.

I don't think we are in disagreement, I was just incomplete in my
answer, for which you have clarified.

Regards

Bob



 
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
how can I check the current owner of the file stored in a common D INRIDisciples Excel Discussion (Misc queries) 0 November 28th 07 02:07 PM
Calling a common XLA Library file, stored on a network drive :) eXcellence Excel Discussion (Misc queries) 5 June 28th 05 02:10 PM
Calling a common XLA Library file, stored on a network drive :) eXcellence Setting up and Configuration of Excel 5 June 28th 05 02:10 PM
Calling a common XLA Library file, stored on a network drive :) eXcellence Excel Programming 9 June 28th 05 02:10 PM
Need Macro1 to call Macro2 stored on Network drive LESman Excel Programming 2 June 9th 05 10:49 PM


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