TIME STAMP inserted with f5 key ?

M

mike k

is there a way to get a time stamp
inserted in excel 2000 like in
notepad where you just press f5 ???

thanks
 
P

Peo Sjoblom

Ctrl ; + space + Ctrl :

or use a macro

Sub EnterDate_Time()
ActiveCell.Value = Now
ActiveCell.NumberFormat = "mm/dd/yy hh:mm:ss"
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top