Hi. I've got an excel with a list of records, among the ones, there is a column with dates. I need them to be in format dd/mm/yyyy, and visually they are, but somehow internally they are in format mm/dd/yyyy because when I apply a filter to them, it displays values that don't exists: from first to fifth of July to December. I only have dates until the previous month, so it's interpreting the 12th of May as the 5th of December. That's why months from July to December 2018 only have values of the 1st to the 5th.
Pretty messy explanation, sorry about that.
These records are automatically coming from an Access file through a copyfromrecordset function, but I believe the error is at the excel file format. If I change the format, it changes the visual appearance of the field values but that's not what I want. I want it to properly interpret the date as it's displayed.
Thank you
Pretty messy explanation, sorry about that.
These records are automatically coming from an Access file through a copyfromrecordset function, but I believe the error is at the excel file format. If I change the format, it changes the visual appearance of the field values but that's not what I want. I want it to properly interpret the date as it's displayed.
Thank you