N
nona
Thanks for the answers given to my first question! Now I've got tw
other questions and I hope somebody can help me with these matters.
The formula:
Dim NextTime As Date
Sub Flash()
NextTime = Now + TimeValue("00:00:01")
With ActiveWorkbook.Styles("Flash").Font
If .ColorIndex = 2 Then .ColorIndex = 3 Else .ColorIndex = 2
End With
Application.OnTime NextTime, "Flash"
End Sub
to let a sentence flash works, but the problem is that the entire shee
and other sheets flash a bit as well (not like the sentence but the
move as well) I've chosen the format flash for the sentences that nee
to flash and the rest of the sheets is formatted as normal so the
shouldn't flash but they do. How can I stop the rest of the sheets fro
flasing and how can I assure that the macro run
automaticly?
Thanks in advance for the help!
other questions and I hope somebody can help me with these matters.
The formula:
Dim NextTime As Date
Sub Flash()
NextTime = Now + TimeValue("00:00:01")
With ActiveWorkbook.Styles("Flash").Font
If .ColorIndex = 2 Then .ColorIndex = 3 Else .ColorIndex = 2
End With
Application.OnTime NextTime, "Flash"
End Sub
to let a sentence flash works, but the problem is that the entire shee
and other sheets flash a bit as well (not like the sentence but the
move as well) I've chosen the format flash for the sentences that nee
to flash and the rest of the sheets is formatted as normal so the
shouldn't flash but they do. How can I stop the rest of the sheets fro
flasing and how can I assure that the macro run
automaticly?
Thanks in advance for the help!