G
Guest
Hi
I was given this reply to me ealier question yesterday. (Thanks Bob)
Private Sub Workbook_Open()
Worksheets(1).Range("A1").Value =Format(Date,"dd mmm yyyy")
End Sub
I just have two questions
1) The worksheet it should appear in is named Input Sheet. How do I change the code? ( I am less than a newbie to VBA)
2) Will this ensure that when a new spreadsheet is opened based on template and the date is automatically entered by the code, will it ALWAYS remain the same date, even if I open that particular saved spreadsheet 6 months later?
thanks
I was given this reply to me ealier question yesterday. (Thanks Bob)
Private Sub Workbook_Open()
Worksheets(1).Range("A1").Value =Format(Date,"dd mmm yyyy")
End Sub
I just have two questions
1) The worksheet it should appear in is named Input Sheet. How do I change the code? ( I am less than a newbie to VBA)
2) Will this ensure that when a new spreadsheet is opened based on template and the date is automatically entered by the code, will it ALWAYS remain the same date, even if I open that particular saved spreadsheet 6 months later?
thanks