No it didn't work, but I think I've come up with something:
Sub date3()
'
' date3 Macro
' Macro recorded 17/12/2007 by cannonlab
'
'
Application.Goto Reference:=Worksheets("Sheet1").Range("A1")
ActiveCell.FormulaR1C1 = "=TODAY()"
ActiveCell.Offset(1, 0).Range("A1").Select
End Sub
I am not a programmer, so I'm not sure how much of this I need. I know that the first line takes you to worksheet "sheet 1" & cell "A1", and that the second line inserts the formula into the active cell, but I have no idea what the third line does.
Any ideas?
Bookmarks