B
barry24uk
I think the question speaks for itself.
Hi Barry,barry24uk said:I think the question speaks for itself.
Hi Barry,
Try this, cange to suit your needs
'----------
Public Sub Blink()
Dim appTime
With Sheets(1).Range("A1").Interior
If .ColorIndex = 4 Then
ColorIndex = 3
Else
ColorIndex = 4
End If
End With
appTime = Now() + TimeValue("00:00:01")
Application.OnTime appTime, "Blink"
End Sub
'----------
Don't know, but in my post there are dots in front of them.ikr said:"Desert Piranha"
messag
dot missing from the beginning of the ColorIndex = 3 and ColorIndex
4
lines, to link with the With statement, viz:
..ColorIndex = 3
....
..ColorIndex = 4Hi ikr,
I'm using Outlook ExpressDon't know, but in my post there are dots in front of them.
Maybe whatever you are using to view with, is not picking them up.
I should have put tags around the code.