saving excel file with it's add in

  • Thread starter Thread starter kman
  • Start date Start date
K

kman

Hi,
I have an Excel file that uses a formula from an add in installed in m
computer (*.xla).
How can I save the project including the add in in order to use it i
another computer that doesn't have the add in.

thank
 
Do you really mean that your workbook uses a function that's in the addin?

If yes, I think you have two choices.

#1. Take the addin with you (and install it on the other pc).

#2. Extract the code/procedure for that function from the addin and put it in
your workbook. (If the addin's project is protected, then this won't work.)
 

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