Hi,


I know that we can disable autocalculation of formulas in excel using Application.Calculation = xlmanual and worksheet.EnableCalculation = false.

I wanted to know if there is a way in excel using which we can disable the auto call of user defined functions in formulas because even after using Application.Calculation = xlmanual and worksheet.EnableCalculation = false, the functions are are still being called which I do not want.


Thanks in advance.