Hi,
I'm creating set of user defined functions, but I only need to recall these function if and only a input parameter of a partcular function is change.
Currently, even I delete/insert a row the function are being called, How can I stop this function recalling ?
Thank You