.XLL Add-In Question

  • Thread starter Thread starter rbrychckn
  • Start date Start date
R

rbrychckn

I'm new to the add-in world, and had a newbie question. When yo
install an add-in, are these functions being added into Excel (and thu
only one computer can use these functions?) or are they being embedde
into the document?

I want to use the INDIRECT.EXT function people talk about here, bu
have no access to install this function on other coworker's computers.
Thanks

- To
 
Each user will have to install the Add-In to use its functions. There
will be a problem with .xla Add-Ins if they do not install it in the
same relative path as you used when you created the document. Excel
seems to overcome relocation of .xll Add-Ins.

Jerry
 
The addin is installed on one pc. If the other pc's don't have that addin, then
the functions would return #name? errors.

You could either install the addin all the pc's using the workbook
or get rid of the formula (copy|paste special|values)
 
Back
Top