Blinking Cell

data808

Active Member
Joined
Dec 3, 2010
Messages
353
Office Version
  1. 2019
Platform
  1. Windows
Is it possible to have a cell blink when numerical value changes? I would want either the cell or font to blink red whenever the value changes until it reaches 150 or more. Once the value becomes 150 or more, I would like it to flash green. There will be a decimal in there too sometimes, for example, 71.59 or 122.19. So anything 149.99 and under blink red and anything above that blink green. Is this possible? Thank you.
 
Change Private Const FLASHING_CELL = "Sheet2!A1" to:
Private Const FLASHING_CELL = "Sheet1!A1"
Ok I just tested it in the actual file that I want the blinking cell in (not a blank workbook) and I am getting an error message:

Run-Time error '1004': Method 'Range' of object '_Global' failed
 
Upvote 0

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,214,979
Messages
6,122,557
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top