LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 139
Default Transparent .XLA?

Take this in the context of a total noob's groping around.

Looks to me like .XLA's (or, at least, their use) are
user/PC-specific and not application/spreadsheet-specific.

i.e. If user Smith is able to use it on his desktop PC, he may
not be able to use it with the same spreadsheet on his laptop.

i.e. For a spreadsheet to be able to use code in Whatever.xla,
each user's MS Office installation has tb configured to point to
it as an Add-In.

If I'm correct so far, I'm looking for a way to deploy 70+
identical .XLS files to 70+ different users but have all 70+
..XLS' use the same code module - so if we need to change the code
we're not up a creek.

We can live with the .XLA living on a LAN drive (i.e. a user
working offline cannot get to it).

Any solution that requires anybody to do anything on the user's
PC is out of the question. It has tb 100% transparent.

The first thing that comes to my mind is to have each .XLS'
Workbook_Open event somehow check to see if the user's PC/MS
Office has an Add-In pointing to our .XLA and, if not, create one
in such a way that it points to the common version on a LAN
server without copying it to C:\Program Files\WhereverAddinsLive

The second thing that comes to mind is doing the same check to
see if there's an Add-In and creating one if not - but pointing
it to the user's C: drive and unconditionally copying the .XLA to
somewhere on the user's C: drive if the LAN is available, and
just quietly not doing so if the LAN is not available. Seems
like this would give a little more portability, yet still let us
push changes down to each user.


Are either of these "good practice"?

If not, can somebody suggest something?
--
PeteCresswell
 
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
Transparent button Steve[_100_] Excel Programming 5 January 11th 08 07:22 AM
EXCEL IS TRANSPARENT kimbcat Excel Discussion (Misc queries) 0 August 5th 06 06:40 AM
transparent Patko Excel Discussion (Misc queries) 0 January 3rd 06 10:26 PM
transparent John Davies Excel Discussion (Misc queries) 1 September 22nd 05 05:10 PM
Transparent subform Kelly Excel Programming 1 August 14th 04 09:57 PM


All times are GMT +1. The time now is 10:11 PM.

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"