Hi all, I'm trying to format a date in "dd/m/yy", which works really fine in a string variable, but i want it to remain in a Date type (not string). The purpose is to use Find method to find a cell formatted as date.
At this state "y" returns a date formatted as my system is configured, but when i change "y" to be a string i get it as "dd/m/yy" without a problem.