saving excel file with it's add in

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
 
D

Dave Peterson

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.)
 
Top