Dear All,
I want a particular cell to blink until the value set to today's date.
following is the code used.
Option Explicit
Public RunWhen As Double
Sub StartBlink()
With Worksheets("Summary")
.EnableOutlining = True
.Protect Password:="isuzu", _
Contents:=True, UserInterfaceOnly:=True
End...