M
macroapa
I currently have the following coding:
Dim TB2 As Date
TB2 = TextBox4.Value
TextBox4.Value = Format(TB2, "dd mmmm yyyy")
This produces a date within my letters in the form 11 November 2006,
for example.
Could anybody please confirm how i can amend this date to the form 11th
November 2006.
Dim TB2 As Date
TB2 = TextBox4.Value
TextBox4.Value = Format(TB2, "dd mmmm yyyy")
This produces a date within my letters in the form 11 November 2006,
for example.
Could anybody please confirm how i can amend this date to the form 11th
November 2006.