Hi there
I need this function
into a macro![]()
=A1+60+7-WEEKDAY(A1+60+1)
Its the weekday section that I can'[t get.
I've got
Thank you![]()
Private Sub DetermineDeadline() With ws1.Cells("H6") + 60 + 7 - Weekday ws1.Cells ("H6") + 60 + 1 End Sub
Hi there
I need this function
into a macro![]()
=A1+60+7-WEEKDAY(A1+60+1)
Its the weekday section that I can'[t get.
I've got
Thank you![]()
Private Sub DetermineDeadline() With ws1.Cells("H6") + 60 + 7 - Weekday ws1.Cells ("H6") + 60 + 1 End Sub
Last edited by Libster78; 03-09-2010 at 07:20 AM.
Hi,
Have you tried ...
HTHApplication.WorksheetFunction.Weekday
No, forgice me as I am very new to this. I'm not sure how to add that in or where. I need to to return in column I - the date in col H plus 60 days and then the nearest friday to that date.
How do add this in?
Forgive me for being a complete novice.
The easiest for you is to have your own function ...
see attached ...
HTH
Thats great. Thank you very much.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks