Now I have another dilemma. I need the field that gets updated based on the first fields value to update to the following Monday if the value in the original field is Friday.
In other words I need the program to skip weekends and default to the following Monday.
If Weekday(mydate1, vbSunday) = vbFriday Then
mydate2 = mydate1 + 3
Else
mydate2 = mydate1 + 1
End If
"What a wonderfull world" - Louis armstrong
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.