Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2335
User Defined Function do not recognized after Load
posted

Hi,
I have some Custom Functions defined for my WoorkBook. And I have provided functionality that user can export workbook and import already exported/saved file.
I have following two problems:


In Infragistics.Excel, these custom functions are not recognized and show name error althopught I've registered custom functions after load. like follwoing:
Workbook wb = Workbook.Load(s);                       
wb.RegisterUserDefinedFunction(new MyUDF());

In Excel, these custom functions are not recognized and show name error althopught I've add ins for then there too. but if I just edit the function and press enter then these are recalculated.

Thanks

Parents Reply Children
No Data