weekday vba

The solution for “weekday vba” can be found here. The following code will assist you in solving the problem.

Weekday(date, [ firstdayofweek ])	‘ returns day of week [1-7]

‘ firstdayofweek:
‘ vbUseSystem 0 API NLS parameter
‘ vbSunday 1 [Default]
‘ vbMonday 2
‘ vbTuesday 3
‘ vbWednesday 4
‘ vbThursday 5
‘ vbFriday 6
‘ vbSaturday 7

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts