I have a function in an add-in, called say FX(), which is stored in the standard Excel add-in directory. When I use this function in a spreadsheet, it works fine and shows up in the cell as =FX().
However when I move this spreadsheet to a different PC, Excel remembers the path to the add-in. The problem is the path is different on the new PC. e.g. C:Documents and SettingsUSERNAMEApplication DataMicrosoftAddIns. So the add-in function cannot be found and now displays in the cell as =’path to addin on old PC’FX().
Is there a way to get Excel to look for functions in add-ins without remembering the path to the add-in?
regards
Mark