Dynamic Time Display

  • Thread starter Thread starter Jamie Vail
  • Start date Start date
J

Jamie Vail

³How do I display time in a spreadsheet, I want the format to be Hours,
minutes, seconds am/pm, example 3:15:59 PM

The problem is that I want that cell to be dynamic and updating, anytime
that spreadsheet is open, and is it also possible to have it constantly
updating?

I know how to insert the current time, and update the field, However I want
to display the time field as a dynamic digital clock, referenced to my
computer time.²

Thanks
 
=NOW() and format as Time... Format->Cells->Time

You have to hit F9 for it to update though. There is no way to have it
automatically update without a macro. Even then it would eat up considerable
system resources.
 
Sorry I mean there is no way for it to *Continuously* update without a macro.
This function will update every time you open the spreadsheet, though, and
when you hit the F9 key.
 
Can we put now() in workbook_open event in a continuous loop with a wait
command?
 

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

Back
Top