Remove links

N

Nick

I have an Excel addin. When referencing the addin in another workbook I get
a link to the addin. If I want to remove the link then all formulas from the
addin are turned to values. Is it possible to remove the link but the
formula still work?

You assistance would be appreciated.
NK
 
D

Dave Peterson

Is your reference to a user defined function in that addin?

If it is, I don't think you can have it both ways--a formula (with that UDF) and
no link to the addin.

In this case, you'd have to make a choice--either the link or the value.
 
N

Nick

Thanks

Dave Peterson said:
Is your reference to a user defined function in that addin?

If it is, I don't think you can have it both ways--a formula (with that UDF) and
no link to the addin.

In this case, you'd have to make a choice--either the link or the value.
 
Top