G
Guest
I need to return 2 digits of month
eg for myDate = "2003/09/07 07:09" I want to return month as 09
this code = FormatNumber(Month(myDate), 0, vbTrue
doesn't work for me
Thanks
eg for myDate = "2003/09/07 07:09" I want to return month as 09
this code = FormatNumber(Month(myDate), 0, vbTrue
doesn't work for me
Thanks