Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for the reply.
I tried putting that code in as follows. ---------------------------------------------------------------------- Sub StartBlink() If Workbooks("DailyBalance").Sheets("Main").Range("Bl ink").Font.ColorIndex = 2 Then Workbooks("DailyBalance").Sheets("Main").Range("Bl ink").Font.ColorIndex = xlColorIndexAutomatic Else Workbooks("DailyBalance").Sheets("Main").Range("Bl ink").Font.ColorIndex = 2 End If RunWhen = Now + TimeSerial(0, 0, 1) Application.OnTime RunWhen, "StartBlink", , True End Sub --------------------------------------------------------------------- But when I re-open the file following error comes up. "Subscript Out of range" Any HELP? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Blinking Text | Excel Worksheet Functions | |||
Blinking text if.... | Excel Programming | |||
blinking text | Excel Programming | |||
Blinking Text | Excel Programming | |||
Blinking Text? | Excel Programming |