I have a macro that imports a text file and it has to format and adjust columns to be in the correct order and format for what will happen after that.
I have done this with other files but this one wont work correctly.
Sometimes I have the tab delimited file or they might send it as CSV and I just resave it as tab Delimited
Step 1 - Import the text file as Tab Delimited
step 2- The file adjusts the columns and format.
Problem is in the CSV the date and time is in there properly you just have to reformat to see it correctly in (09/12/14 12:00AM)
Once I import the macro & reformat the column to the proper format the date goes to (01/00/00 12:00 AM)
I know the date is in there properly I can see it when looking at the CSV file. Once I resave the CSV as tab delimited it must lose the date somehow.
Can this be corrected
Or How can I change my import from Text File to CSV file and then reformat. Here is my import Code.
Please help I have racked my brain enough
Bookmarks