I have a Workbook that generates a new worksheet that gets saved into a separate file for emailing to customers to fill-in and return.
The Workbook has functions that are used in formulas on the new sheet. So, when the new sheet is copied and saved to a new file, the function code is missing.
The Functions are in Module1.
How do I get the code into the new workbook ?
As the code is in functions, I can't just put the code onto the worksheet itself.
So, are functions the right way to do this ?
The code needs to be in place in the new Workbook or the naiive user will get errors.
Does anyone have any suggestions ?
The Workbook has functions that are used in formulas on the new sheet. So, when the new sheet is copied and saved to a new file, the function code is missing.
The Functions are in Module1.
How do I get the code into the new workbook ?
As the code is in functions, I can't just put the code onto the worksheet itself.
So, are functions the right way to do this ?
The code needs to be in place in the new Workbook or the naiive user will get errors.
Does anyone have any suggestions ?