How to update references to a renamed Add-in

  • Thread starter Thread starter John Broderick
  • Start date Start date
J

John Broderick

Hello all:

Say I created an Add-in (lets call it Original.xla) to hold some UDFs I use
quite a lot.
Say, I have used these UDFs in Test.xls.
I now want to rename Original.xla to New.xla and then make Test.xls
use the UDFs from New.xla?
If I simply rename the Add-in, remove Original.xla and install OurAddin.xla,
it does not work. Test.xls is still searching for 'Original.xla'.MyFunc.

Is there an easy way to tell Test.xls to use New.xla?

Thanks,
John
 
Hello all:

Say I created an Add-in (lets call it Original.xla) to hold some UDFs I use
quite a lot.
Say, I have used these UDFs in Test.xls.
I now want to rename Original.xla to New.xla and then make Test.xls
use the UDFs from New.xla.
If I simply rename the Add-in, remove Original.xla and install New.xla,
it does not work. Test.xls is still searching for 'Original.xla'.MyFunc.

Is there an easy way to tell Test.xls to use New.xla?

Thanks,
John
 
I _think_ that this will work.

Edit|Links|Change Source
(while test.xls is the active workbook)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top