|
-
Apr 13th, 2004, 04:33 PM
#1
Thread Starter
Junior Member
Time Stamp
Hey Guys,
Does anyone know how to time stamp a cell just by clicking on it?
I had some code that looks like this but this doesn't work:
Private Sub Worksheet_Change(ByVal Target As Range)
Range("A" & Target.Row) = Now()
End Sub
Any suggestions on this, will be greatly appreciated.
Ever
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|