Hi,
A repeating sub routine
==========================
Private Sub Workbook_Open()
Application.OnTime Now + TimeValue("00:00:15"), "my_Procedure"
End Sub
Sub my_Procedure()
Application.OnTime Now + TimeValue("00:00:15"), "my_Procedure"
MsgBox "Hi"
End Sub
This one repeats every 15 second, modify it as necessary.
--
If this helps, please click the Yes button
Cheers,
Shane Devenshire
"wilchong via OfficeKB.com" wrote:
Dear sir,
I set an excel formula =NOW() which show the time. However, the time will
only refresh when I hit the formula.
My question is that is there possible to set a excel formula which we can see
the second (ss) moving?
Many thanks,
Wilchong
--
Message posted via http://www.officekb.com