formula to insert time of day in excel cell

N

novice123

How Can I set up an excel sheet to track time so that when I click on the
designated excel cell it automatically inserts time of the day
 
S

stanleydgromjr

novice123,

You can use the Worksheet_SelectionChange Event.

What is the sheetname?

What is the cell (A1, B10)?

What time format do you want displayed (hh:mm:ss, ...)?
 
Top