I need to find a way to find the date (DD/MM/YYYY) of the Monday for any week we\'re on.
For example, for this week, monday would be 09/11/2009, and if this were nex
=Format(DateAdd("d", (-1 * WeekDay(Date.Today()) + 2), Date.Today()), "dd/MM/yyyy")