I've got a resource-intensive file with thousands of formulas, VBA code, and which pulls in real-time stock market data for hundreds of symbols via DDE. I need to optimize for speed/performance wherever I can.
In some of the columns, every cell has the dark green 'error' flag indicating an Inconsistent Formula (formulas are not mistakes; they're intentionally different than those in the columns to the immediate left/right.)
BUT rather than show up all at once, the green flags populate sequentially like a slow caterpillar crawling down the screen cell-by-cell, which made me wonder whether this is a hidden resource-hog at all...I know I can turn the Inconsistent-Formula error-check off, except that I actually want it active because it identifies real errors I do make on occasion. But speed is more important, so I'd turn it off if it were a resource-suck, I just don't know if it is.
In some of the columns, every cell has the dark green 'error' flag indicating an Inconsistent Formula (formulas are not mistakes; they're intentionally different than those in the columns to the immediate left/right.)
BUT rather than show up all at once, the green flags populate sequentially like a slow caterpillar crawling down the screen cell-by-cell, which made me wonder whether this is a hidden resource-hog at all...I know I can turn the Inconsistent-Formula error-check off, except that I actually want it active because it identifies real errors I do make on occasion. But speed is more important, so I'd turn it off if it were a resource-suck, I just don't know if it is.
Last edited: