a running clock

  • Thread starter Thread starter fastpaul_2003
  • Start date Start date
F

fastpaul_2003

i am just woundering if there is a way of having a running clock and
also the date which is also up to date. i know there is crtl+shift+;
but this is just stuck at one time. can someone please show me how to
do a runnig clock.
 
NOW() will insert the current date/time and will update whenever the
spreadsheet is recalculated (either by changing the contents of a cell,
opening the file, or pressing F9). So if you are actively working in
the file, the time will [almost] be kept current. Short of that you'd
probably need a macro running in the background which will cost you
processor cycles.
 
Back
Top