Download the feature file and copy the code here https://www.bluepecantraining.com/apply-blinking-conditional-formatting-in-excel/

This video tutorial demonstrates how you can apply blinking conditional formatting to a range of cells in Excel. This solution requires you to use a VBA macro as there is no inbuilt functionality that will achieve this.

In the code provided you can specify how many times the cells blink by changing the number of For Next loops that are performed, by default it is two. Why only two? Whilst the blinking effect is applied the worksheet is unusable as the code is busy looping in the background. I would think carefully about using this effect in a worksheet for this reason.
------------------------