Conditional formatting can provide for nicely coloured presentations but I notice the formatting is executed on all worksheets, not just the active one. This wastes a lot of processing time.
What is the best way to inhibit calculation on non-active and hidden sheets?
My thought is to enclose each formatting function in a kind of IFACTIVE( ) function, but that would require a range parameter such as the $A$1 cell of the given sheet so that the function could return, say, (A1cell.Worksheet is ActiveSheet). Would that even save time? Is there a smarter, easier way? Is there a common solution that others are using?
Bookmarks