View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Record time by formula

Hi Karim

You cannot record the time automatically using formulas. You will have to
use VBA- worksheet/workbook events...

--
Jacob (MVP - Excel)


"karim" wrote:

hi,

i want to create excel sheet wherein time has to be recorded multiple time.
Now() formula does not help and i don't want to use macro.
Pls Suggest