VS 2012
This is passing an edit. It doesn't seem like it should. Can someone see where I am going wrong?
In the actual code it is getting that value from an Excel column entry.
This is passing an edit. It doesn't seem like it should. Can someone see where I am going wrong?
Code:
If IsDate("01/01/2-13") Then
MsgBox("Good date")
End If