Public Function NextDayOfWeek( _ ByVal vDate As Variant _ , ByVal vDayOfWeek As Variant _ ) As Variant
Format$(#4/15/1996#, "ddd") = "Mon" NextDayOfWeek(#4/15/1996#, vbTuesday) = #4/16/1996# NextDayOfWeek(#4/15/1996#, vbFriday) = #4/19/1996# NextDayOfWeek(#4/15/1996#, vbSunday) = #4/21/1996# NextDayOfWeek(#4/15/1996#, vbMonday) = #4/22/1996# NextDayOfWeek(#4/15/1996#, #4/15/1996#) = #4/22/1996#See also:
NextDayOfWeekOnOrAfter Function PreviousDayOfWeek Function vbSunday Property, et. al.vDate: The date whose next specific day of the week is returned. Function returns Null if vDate is Null or cannot be fixed up to a Date.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.