Good morning to everyone.
I posted a question yesterday at
http://www.excelforum.com/showthread.php?t=601728
and the response worked perfectly.
My problem is that I would like to turn my UDF workbook into an addin.
I have placed the UDF code into a module, E.g.
In the regular workbook I can place the code for adding the functions to the Insert Function dialog into the This Workbook Open Event
Or I can place the code into a module as a subroutine (addFunctions) and call it from the Workbook Open event
All works as it should.
When I save as an addin, I can install the addin and all works.
But as soon as I close out of Excel and open a new Excel window, I get the error message
I have deleted the addin, changed the code in the workbook (as above), saved again as an addin, etc.
Everything still results in the same error when I completely close out of Excel and open a new instance.
The code that is high lighted when I click to debug is
What is the proper way of having these functions installed?
Bookmarks