Clock Timer/ Date Function

R

Rob

I'm no programmer but is there a VB code that can display
the existing time and date and a future time and date
(that you set) where it would show a countdown feature
for purposes of monitoring suspenses and deadlines in MS
Excel?

Thanks.

- Rob
 
P

Patrick Molloy

We use the timer controls from this site:

http://www.mvps.org/ccrp/

If you have a text box on a userfor, then you'd place the
time in the box like this:-
textbox1.Text = Format(Now,"HH:MM:SS")

You orgram the Timer controls ONTIME event to run the
same line of code ... or similar

Patrick Molloy
Microsoft Excel MVP
 
B

Bernie Deitrick

Rob,

I will send you a workbook that has a multi-day count down timer.

HTH,
Bernie
Excel MVP
 
B

Bob Phillips

Rob,

Are you still looking for a reply to this one?

If so, I have a timer that sounds like what you want, but I need to modify
it to provide countdown as well.

Let me know.
 

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