Thread: Stopwatch
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Stopwatch

Hi,

the function =NOW() recalculates everytime the spreadsheet recalculates and
you can manually recalculate by pressing F9. However, if you want to build a
stop watch type function you will need to write a VBA program.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Bob" wrote:

Can Excel be programed to perform a stopwatch function? I have mutiple
runners I need to time and wanted to use excel to help capture the data.