using a *.xslm add-in with several users
I think the easiest thing to do is to tell each (all!) recipients to put the
addin in the same folder name:
C:\PhijsAddins\youraddinname.xla
Then excel will always look to that path.
Yep, you'll have to teach them to use Edit|Links (xl2003 menus) for the
workbooks that they've already started.
phij wrote:
Hi,
I wrote an Excel add-in which I want two distinct users to use. It all works
perfectly fine while working locally with one user. It loads on startup and
returns the correct values while one user uses it. However if I use the
function contained in the add-in in a spreadsheet which i save and then send
to a colleague who also has the add-in installed the cell no longer returns
the correct Value, but tries to find the add-in at the path where it was
saved on the first user's computer.
How can I correctly use functions defined in an add-in across different
users who both have the add-in installed?
--
Dave Peterson
|