Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

When Is Friday

I'm working on some VBA to take some of the drudgery out of payroll. Public Function ThisFriday() As Date         ThisFriday = Date + 8 - Weekday(Date, vbFriday)     End Function   Public Function LastFriday() As Date         LastFriday = Date + 1 - Weekday(Date, vbFriday)     End Function I thought I needed to know [...] Read More...

Read the complete post at http://www.dailydoseofexcel.com/archives/2008/09/16/when-is-friday/


Posted Sep 16 2008, 02:27 PM by Daily Dose of Excel
Copyright Excel User Group and the relevant contributors, 2008. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.