My computer runs on Windows 10, and I use Microsoft 365.
I made a calculation tool with an add in which performs water property calculations. For example to calculate the enthalpy of a saturated vapor at 10 degrees Celcius, type in a cell: enthalpySatVapTW(10+273)
In principle this works fine, however when I shut down and reopen the Excel file, Excel keeps adding a path in front of the addin functions. For example:
'someverylongpath'!enthalpySatVapTW(T_CE_in+273,15)
Till now I use find and replace to remove these paths, which works. However this is becoming unworkable as the Excel file grows in complexity... To make matters worse I have not found a way that all cells recalculate. Instead I have to click a cell, and make it recalculate again... How to prevent Excel from adding these paths?
Please help.
Bookmarks