Thread: running clock
View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Gord is offline
external usenet poster
 
Posts: 86
Default running clock

If you read through this posting you will find a couple of
suggestions.

For the OnTime method see Chip Pearson's site for code.

http://www.cpearson.com/excel/OnTime.aspx

Or just use Bob Phillips' timer addin...............posted below.


Gord Dibben Microsoft Excel MVP

On Mon, 08 Aug 2011 10:55:37 GMT, Tuan Kamileen Yaheya
wrote:

I am using =now() function in cell A1 and frequently press F9 to update to
current time. Is there any way to continuously show the current time running
in the cell A1.

On Wednesday, October 08, 2008 11:59 AM Te wrote:


I am using =now() function in cell A1 and frequently press F9 to update to
current time. Is there any way to continuously show the current time running
in the cell A1.



On Wednesday, October 08, 2008 12:09 PM GarysStuden wrote:


=NOW() will update whenever the spreadsheet is calculated. You can insert an
OnTime macro to automatically re-calculate every couple of seconds.
--
Gary''s Student - gsnu200806


"Ted" wrote:



On Wednesday, October 08, 2008 12:29 PM Te wrote:


Thank you for your answer. I never created a macro before. Can you show me
how. Greatly appreciated.

"Gary''s Student" wrote:



On Wednesday, October 08, 2008 2:37 PM Gord Dibben wrote:


Would you be happy with an addin with a timer?

See Bob Phillips' site

http://xldynamic.com/source/xld.XtraTime.html


Gord Dibben MS Excel MVP

wrote: