Hi,
I have a VBA macro working that compares one set of data against another. So basically the macro imports a source file that I save down.
The file we get appears to be Text (Tab Delimited).
When I compare my data against this files date columns a lot of dates are not matching with each other.
However if I first save the source file as a .xlsx file first and import this to compare the date fields will match.
I was thinking then of in stead of user saving as .xlsx I would get macro to open the source file and then resave it as .xlsx file and then import that file, however when I do it it doesn't match up the dates.
What is difference between me just saving file in .xlsx and the macro doing it automatically? first way works and date matches other way doesn't.
Strange? Any ideas of how to fix maybe?
I have a VBA macro working that compares one set of data against another. So basically the macro imports a source file that I save down.
The file we get appears to be Text (Tab Delimited).
When I compare my data against this files date columns a lot of dates are not matching with each other.
However if I first save the source file as a .xlsx file first and import this to compare the date fields will match.
I was thinking then of in stead of user saving as .xlsx I would get macro to open the source file and then resave it as .xlsx file and then import that file, however when I do it it doesn't match up the dates.
What is difference between me just saving file in .xlsx and the macro doing it automatically? first way works and date matches other way doesn't.
Strange? Any ideas of how to fix maybe?