Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Using an Add In on a Network

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Using an Add In on a Network

Each computer needs to have it's own copy of the addin. Once one computer
accesses the addin it locks the addin from being used by any other computer.
At one company I worked for we had a template that we used to allow users to
select the addins that they wanted and it would copy the addins from the
network to a local directory on their machine and installed the addin for
them. Just a thought...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Using an Add In on a Network

Hi Jim, thanks for the speedy reply.

Just to clarify: if I create a blank spreadsheet with the Add In active
within it, then save this as a template other users can have access to it?
Will they need to save it under an individual name?

Once this is done, is it then possible for the Add In (which returns cell
color indexes- if that makes a differance) to be used on other (already
created) spreadsheets opened from the same machine?

"Jim Thomlinson" wrote:

Each computer needs to have it's own copy of the addin. Once one computer
accesses the addin it locks the addin from being used by any other computer.
At one company I worked for we had a template that we used to allow users to
select the addins that they wanted and it would copy the addins from the
network to a local directory on their machine and installed the addin for
them. Just a thought...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Using an Add In on a Network

Not quite. You have your addin stores on a network drive somewhere. What you
want to do is to create a template spreadsheet that does one thing only and
that is to copy the addin from the network and paste is somewhere on their
local machine. In the grander scheme of things it just copies and pastes
files from the network directory to your local directory. Once it copies the
addin to the local machine it can then install that addin pointin at the file
on the local machine...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

Hi Jim, thanks for the speedy reply.

Just to clarify: if I create a blank spreadsheet with the Add In active
within it, then save this as a template other users can have access to it?
Will they need to save it under an individual name?

Once this is done, is it then possible for the Add In (which returns cell
color indexes- if that makes a differance) to be used on other (already
created) spreadsheets opened from the same machine?

"Jim Thomlinson" wrote:

Each computer needs to have it's own copy of the addin. Once one computer
accesses the addin it locks the addin from being used by any other computer.
At one company I worked for we had a template that we used to allow users to
select the addins that they wanted and it would copy the addins from the
network to a local directory on their machine and installed the addin for
them. Just a thought...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Using an Add In on a Network

Right so.

Thanks for your help, I'll give it a go

Thanks again

"Jim Thomlinson" wrote:

Not quite. You have your addin stores on a network drive somewhere. What you
want to do is to create a template spreadsheet that does one thing only and
that is to copy the addin from the network and paste is somewhere on their
local machine. In the grander scheme of things it just copies and pastes
files from the network directory to your local directory. Once it copies the
addin to the local machine it can then install that addin pointin at the file
on the local machine...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

Hi Jim, thanks for the speedy reply.

Just to clarify: if I create a blank spreadsheet with the Add In active
within it, then save this as a template other users can have access to it?
Will they need to save it under an individual name?

Once this is done, is it then possible for the Add In (which returns cell
color indexes- if that makes a differance) to be used on other (already
created) spreadsheets opened from the same machine?

"Jim Thomlinson" wrote:

Each computer needs to have it's own copy of the addin. Once one computer
accesses the addin it locks the addin from being used by any other computer.
At one company I worked for we had a template that we used to allow users to
select the addins that they wanted and it would copy the addins from the
network to a local directory on their machine and installed the addin for
them. Just a thought...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Using an Add In on a Network

As I recall the only trick was that you need to uninstall old versions of the
addin before you can overwrite the addin file on the local machine. So the
flow of the program is:

Attempt to uninstall the addin on the local machine
Copy the addin from the network to the local machine
Install the addin on the local machine...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

Right so.

Thanks for your help, I'll give it a go

Thanks again

"Jim Thomlinson" wrote:

Not quite. You have your addin stores on a network drive somewhere. What you
want to do is to create a template spreadsheet that does one thing only and
that is to copy the addin from the network and paste is somewhere on their
local machine. In the grander scheme of things it just copies and pastes
files from the network directory to your local directory. Once it copies the
addin to the local machine it can then install that addin pointin at the file
on the local machine...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

Hi Jim, thanks for the speedy reply.

Just to clarify: if I create a blank spreadsheet with the Add In active
within it, then save this as a template other users can have access to it?
Will they need to save it under an individual name?

Once this is done, is it then possible for the Add In (which returns cell
color indexes- if that makes a differance) to be used on other (already
created) spreadsheets opened from the same machine?

"Jim Thomlinson" wrote:

Each computer needs to have it's own copy of the addin. Once one computer
accesses the addin it locks the addin from being used by any other computer.
At one company I worked for we had a template that we used to allow users to
select the addins that they wanted and it would copy the addins from the
network to a local directory on their machine and installed the addin for
them. Just a thought...
--
HTH...

Jim Thomlinson


"Phin Doyle" wrote:

On a Public Network Drive at my company I have been building several
workbooks with knowledge gratefully scavenged from this forum for the
purposes of recording training processes. But I have now encountered some
problems I cannot resolve.

Using Chip Pearson's website, I have created an Add In which returns the
Cell Color Index. This works fine untill I open the workbook from another
computer when it has problems locating the Add In.

Even when I Browse/ Select the specific one, it says the "unable to copy
into library" and in the cells which used to have the formula
"=cellcolorindex(A1,False)" now gives a definition of where the Add In it
cant find should be [drive\folder\name\etc].

Does anyone know how I can rectify this?

Thanks in advance for your help

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
Edited links keep reverting when we save a shared network file. Michael Stabosz Excel Discussion (Misc queries) 1 November 29th 06 03:38 PM
Protection Problem Using A Network Duncan, UK Excel Discussion (Misc queries) 3 October 2nd 06 01:47 PM
Excel file with hyperlinks takes a long time to open over the network Didier P Links and Linking in Excel 3 July 4th 06 04:39 PM
Connecting to a network drive using VBA Sri Excel Discussion (Misc queries) 0 June 7th 05 01:45 PM
Why does Help go to network? How to avoid it? [email protected] Excel Discussion (Misc queries) 5 March 11th 05 02:17 PM


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