G
Guest
I obtain the Monday of a given week with the following:
=Format(DateAdd("d",-(Weekday([txtDate])+5) Mod 7,[txtDate]),"dd-mmm-yy")
courtesy of this forum and it works a treat, but can't for the life of me
obtain the Saturday, any ideas would be appreciated.
Cheers Ross
=Format(DateAdd("d",-(Weekday([txtDate])+5) Mod 7,[txtDate]),"dd-mmm-yy")
courtesy of this forum and it works a treat, but can't for the life of me
obtain the Saturday, any ideas would be appreciated.
Cheers Ross