Workbooks.OpenText not parsing csv files properly Excel 2016
问题 I'm pretty sure this worked properly in previous versions of Excel Test File: d/mm/yyyy hh:mm:ss 5/12/1999 6:01:12 30/11/2001 5:00:00 And the delimiter between the date and the time is a Space (ASCII code 32) If the file is saved as a .txt file, the OpenText method parses properly. If the file is saved as a .csv file, the OpenText method doesn't seem to work at all If the spaces are replaced with commas, and the file is saved as a .csv file, the OpenText method will split the lines into two