M mike k Oct 30, 2003 #1 is there a way to get a time stamp inserted in excel 2000 like in notepad where you just press f5 ??? thanks
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 Oct 30, 2003 #5 Ctrl ; + space + Ctrl : or use a macro Sub EnterDate_Time() ActiveCell.Value = Now ActiveCell.NumberFormat = "mm/dd/yy hh:mm:ss" End Sub
Ctrl ; + space + Ctrl : or use a macro Sub EnterDate_Time() ActiveCell.Value = Now ActiveCell.NumberFormat = "mm/dd/yy hh:mm:ss" End Sub