I have a calculation that shows how many seconds it is until a current
date.. basically it's like a countdown. It shows how many seconds from
right now until december 31, 2004. I would like it to constantly countdown
while I have the spreadsheet open. If you need anymore details I'll post
them. thanks for all your replys.
Sub RunClock()
If Cells(1, 1).Value <> "" Then Exit Sub
Application.Calculate
Application.OnTime (Now + 1 / 86400), "RunClock"
End Sub
It stops the second A1 is not empty.
HTH. Best wishes Harald
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.