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

Browse by Tags

  • 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...
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.