Thread
:
Making Excel record a the time
View Single Post
•
•
Join Date: Oct 2005
Posts: 21
Reputation:
Solved Threads: 2
SlyMaelstrom
Offline
Newbie Poster
Re: Making Excel record a the time
0
#
2
Oct 29th, 2005
http://msdn.microsoft.com/library/de...lywhenisit.asp
Try this.
If you're not up for reading it, the code would be:
Sub CopyWorksheet_Click()
Range("A1").FormulaR1C1 = Now
End Sub
SlyMaelstrom
View Public Profile
Find all posts by SlyMaelstrom