Hi,
I had this in use the other day,
TextBox2.Value = Format(CDbl(Date), "dd/mm/yyyy")
I was told that the CDbI was not needed so i put this in use.
TextBox2.Value = Format(Date, "dd/mm/yyyy")
Looking through some of my code i see this pop up in a few places so the thing is do i need to change...