In excel 2003 sp2
-
XLL defines xll_function
If I call it, it works fine. -
A VBA function of the same name is defined : it takes precedence over the XLL’s xll_function.
-
the VBA function is removed, a #NAME? appears and stay forever.
It does not help to saveas the workbook in another excel version, or in safe mode.
Excel still remembers to look at VBA, even though the VBA function has gone away.
Any suggeston on what to do to solve that ?
In the end, I started from an old spreadsheet and tranfered my module and sheet to it… was the only way I could find