Displaying Timer

M

MAS

Hi,

I have a timeout timer running with the following code.

RunWhen = Now + TimeSerial(0, 0, cRunIntervalSeconds)
Application.OnTime earliesttime:=RunWhen, procedure:=cRunWhat,
Schedule:=True

Workbooks("testmatrix.xls").Sheets("Sheet1").cell b14 = RunWhen

How do I get the timer to display counting down in cell B14

?
 
D

David McRitchie

M

MAS

David, thanks for that, it answered my question in a round about way. I have
now created a MsgBox brought up by a macro that will on request give me the
time remaining before the RunTime of RunWhat on the network.

Cheers.
 
D

David McRitchie

Sounds like a very good choice.

MAS said:
David, thanks for that, it answered my question in a round about way. I have
now created a MsgBox brought up by a macro that will on request give me the
time remaining before the RunTime of RunWhat on the network.

Cheers.

David McRitchie said:
In order to convert your expensive machine and software
to a cheap dedicated countdown timer you would have to set up [clipped]
 

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.

Ask a Question

Top