How does one open a semicolon delimited CSV file with VBA in Excel 2000?
Sample data
An ID;TEST20090222 A Name;Firstname Surname A D
One more workaround - just rename .csv files to .txt and use OpenText method.