J
Joy
I use
If FormatDateTime('3/1/2009', vbShortDate) < FormatDateTime("6/2008",
vbShortDate) = True Then
....
the result is that 3/1/2009 is before 6/2008, which is apparently wrong.
Thanks
If FormatDateTime('3/1/2009', vbShortDate) < FormatDateTime("6/2008",
vbShortDate) = True Then
....
the result is that 3/1/2009 is before 6/2008, which is apparently wrong.
Thanks