Hi,
I have some UDFs that I stored in an xla. Several workbooks make use of this xla that I have loaded in Excel. Everything worked fine.
Now one day I moved the xla to a new location. Now I experience the following phenomenom:
Everytime I open Excel it tells me that the xla cannot be found. I then go into Excel Options - Add-in - Manage Add-in, and re-added the xla into the list. Excel asks me if I want to replace the existing xla of the same name, I said yes. I click OK, then close and re-open Excel. Excel still tells me the xla cannot be found.
If I open a file that uses the UDF in the xla, in addition to problem described above, the UDF changes from:
=myUDF()
to
='XLAOldLocation'!myUDF()
I then re-add the xla in Excel Options same as above. Then I changed the formulas back to =myUDF() and everything worked fine again. I hit Save and close Excel. I reopen Excel and...the same problem occurs!
What to do??
I have some UDFs that I stored in an xla. Several workbooks make use of this xla that I have loaded in Excel. Everything worked fine.
Now one day I moved the xla to a new location. Now I experience the following phenomenom:
Everytime I open Excel it tells me that the xla cannot be found. I then go into Excel Options - Add-in - Manage Add-in, and re-added the xla into the list. Excel asks me if I want to replace the existing xla of the same name, I said yes. I click OK, then close and re-open Excel. Excel still tells me the xla cannot be found.
If I open a file that uses the UDF in the xla, in addition to problem described above, the UDF changes from:
=myUDF()
to
='XLAOldLocation'!myUDF()
I then re-add the xla in Excel Options same as above. Then I changed the formulas back to =myUDF() and everything worked fine again. I hit Save and close Excel. I reopen Excel and...the same problem occurs!
What to do??