July 24th, 2002, 11:29 am
Application.Volatile tells Excel to recalculate your function every time a recalculation occurs, even if no arguments change.Try to comment-out the code of your function (i mean, return immeditely from C code with, for example, return 1.0 and look if the problem persists. But I think you should tell us something more about your function, the VBA code, the prototype in C etc...bye