I have a large range with a lot of dependent cells that I don't want to calculate until I tell it to. It uses SUMIF().
But I don't want to turn off Calulation or EnableCalulcation because they take too long to turn back on.
Is there some way to prevent the range from recalculating?
I thought of using the formula =If(Range("myRecalc"),SUMIF(.....),???) and replace myRacalc with "False" until I'm ready.
But I can't figure out what to put for the Value_If_False that wouldn't recalculate when I put the "False" into myRecalc.
Bookmarks