Maybe I did not explain exactly.
In my .xlam there is following Code:
But when I use this code and enter normally without capital letters, the notation will be not changed by VBA:![]()
Public getDateValue As Date Function getDate(Stringvalue, Optional Condition = "Optional") As Boolean
Normalls VBA would change this to:![]()
If getdate(myString) = True Then myDate = getdatevalue
If getDate(myString) = True Then myDate = getDateValue
Bookmarks