Text box date format
TextBox1.Text = Format(CDate(TextBox1.Text), "dd/mm/yyyy")
--
__________________________________
HTH
Bob
"Jim Lavery" wrote in message
...
Does anyone know how you can change american date format to UK englishwhen
a text box = a cell with a date, it displays it in US format.
|