Hello!
I have several columns with the dates in them. I'm looking to create a VB code that searches certain ranges where the dates are located (example, Range("A1:A50") and convert them properly to the following NumberFormat("yyyy,mm,dd"). The problem is that my "Date" cells look like this "24.04.2006". Those periods seem to make the cell unable to convert properly to a "Date" format. Does anyone know how I can achieve this, given that ALL my date cells have decimal places?
Thanks!
Bookmarks