Hi
When the software I’m working with generates a report to Excel, it uses a standard workbook(1) to collect and format the data into a report in a new workbook(2). It is usual to add custom code to worksheet(1) to further enhance the output of workbook(2).
I am writing some code in workbook(1), but in order for it to work in the macro free workbook(2) a UDF function needs to reside in workbook(2).
My question is, how can I write the function to workbook(2) from workbook(1)?
The function is a Hyperlink function with workbook(2) sheet range links.
Thanks for any advice
Peter