What can cause application.screenupdating=false to not work?
I've got a worksheet that contains a large number of cells with custom
functions. I use a loop to iterate through different input values, recalc
the sheets, and store the results. My problem is that the
application.screenupdating=false line at the beginning of my looping
procedure is not working. Could this be because the custom functions are in
the same project? Is there another reason that commonly causes this problem?
Thanks very much.
|