Get_Involved
Active Member
- Joined
- Jan 26, 2007
- Messages
- 383
I have been trying to get this to work in cell "Q4" all morning.
I have put it every where in thisworkbook, Legend, and in a new module.
Cant get it to work in cell "Q4" of the Legend.
This is the formula I am useing.
I have put it every where in thisworkbook, Legend, and in a new module.
Cant get it to work in cell "Q4" of the Legend.
This is the formula I am useing.
Code:
Private Sub Workbook_Open()
Sheets("Sheet1").Range("Q4").Value = CInt(Format(Date, "ww", 1))
End Sub
Can someone help with advise please?
Thanks in advance