MacroEcon1337
Board Regular
- Joined
- Mar 16, 2017
- Messages
- 65
If you are trying to optimize a heavy workbook, it is hard to know where to begin. This tool would solve that!
For each CELL in ENTIRE WORKBOOK
IF the CELL has a FORMULA in it...
1. Calculate the cell - record the time it takes to calculate
2. Conditionally format the cell based on how long it takes to calculate (Red = longer, green = shorter)
END IF
Next CELL
It seems like this COULD be possible with a few brilliant keystrokes.
MC
For each CELL in ENTIRE WORKBOOK
IF the CELL has a FORMULA in it...
1. Calculate the cell - record the time it takes to calculate
2. Conditionally format the cell based on how long it takes to calculate (Red = longer, green = shorter)
END IF
Next CELL
It seems like this COULD be possible with a few brilliant keystrokes.
MC