gray,
to answer your other question:
Dim DateAdd as Date
' This will store the current date and time in a variable called DateAdd
' VBA stores the date as mm/dd/yyyy, but since you have reversed the
' day and month, these *may* now be the wrong way round, depending on
' whether the reversed...