How to Make a Cell Blink in Excel without VBA
If you want to make a cell blink in Excel without using VBA (Visual Basic for Applications), you can make use of conditional formatting combined with a macro-free worksheet technique. Here’s a detailed explanation along with an example:
- Create a New Worksheet:
- Select the Cell to Blink:
- Go to Conditional Formatting:
- Select New Rule:
- Choose a Rule Type:
- Set the Format:
- Select a Format Style:
- Apply the Conditional Formatting:
- Save the Workbook as Macro-Free:
Start by creating a new worksheet in Excel.
Select the cell or range of cells that you want to make blink.
Click on the “Home” tab in the ribbon and then click on “Conditional Formatting” in the toolbar.
In the Conditional Formatting dropdown, select “New Rule”.
Under the “Select a Rule Type”, choose “Format only cells that contain”.
In the “Format only cells with” dropdown, choose “Blanks”.
Click on the “Format” button and then go to the “Fill” tab to select a background color. Choose a color that will be visible and distinct from the rest of the cells.
Click “OK” to apply the conditional formatting to the selected cell(s).
In order to retain the blinking effect, make sure to save the workbook as a macro-free format such as .xlsx or .xlsb.
Example:
Let’s say you have a worksheet with numbers from A1 to A10, and you want A1 to blink:
- Select cell A1.
- Go to “Conditional Formatting” -> “New Rule”.
- Choose “Format only cells that contain” -> “Blanks”.
- Click on “Format” and select a background color.
- Click “OK” to apply the conditional formatting.
Now, whenever the cell A1 is empty, it will blink with the chosen background color.
Note: The blinking effect is achieved by the conditional formatting rules, and saving the workbook as a macro-free format is important to retain the effect when opening the file.