I ended up just deploying the add-in to a network share and allowing the behavior to continue. It's inelegant, but then I'm using Excel so that ship had already sailed.
Main Topics
Browse All TopicsI have the unfortunate task of creating a time entry system in Microsoft Excel. I have a master workbook that contains the list of employees and templates for the various time sheets. The master workbook has VBA code which creates a new workbook and and adds copies a template for each user before importing data from another system. The template worksheets include cells containing formulas which call custom UDFs that I currently have stored in an Excel Add-In. The purpose for the Add-In is to encapsulate the VBA code in a digitally signed Add-In so the users are not constantly having to "Enable Macros".
Everything works so far, except the UDF references on the templates. Those work fine until the template is copied to the output workbook. Once there, they somehow get converted to links and when the output workbook is opened, Excel is unable to update those links.
Sorry to be verbose. The short question is why does this:
=CustomFunction()
keep turning into this
='C:\Path To Excel Add-In.xla'!CustomFunction
and how can I prevent it? The link is unnecessary as the AddIn is available to the output workbook. If I manually go in and remove the file reference, the formulas work again.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: StellanRosengrenPosted on 2009-09-01 at 09:11:09ID: 25233052
Hi JCinDE,
Is the template a worksheet which is part of the master workbook? If so, can you please show the code that copies the template to a new workbook.
Kind regards,
Stellan