D
Dave Neve
Hi
I'd like to know how to convert the following code so that it gives a day in
letters ie Monday, Tuesday etc rather than a number.
Thanks in advance
Sub fulldate()
MsgBox ("Nous sommes le " & Weekday((Date)) _
& " " & Str(Day(Date)) _
& " " & MonthName(Month(Date)) _
& " " & Str(Year(Date)))
End Sub
I'd like to know how to convert the following code so that it gives a day in
letters ie Monday, Tuesday etc rather than a number.
Thanks in advance
Sub fulldate()
MsgBox ("Nous sommes le " & Weekday((Date)) _
& " " & Str(Day(Date)) _
& " " & MonthName(Month(Date)) _
& " " & Str(Year(Date)))
End Sub