Hi
I am trying to format a date, using a wrapper function
But I have noticed that the format stays in lower case and in black, rather than like Format in uppercase.
What is going on
Phil
I am trying to format a date, using a wrapper function
Code:
Public Function SetInvDate() As Date
SetInvDate = format(GlobalInvoiceDate, "dd-mm-yy")
End Function
But I have noticed that the format stays in lower case and in black, rather than like Format in uppercase.
What is going on
Phil