essebteyahmed
New Member
- Joined
- Feb 7, 2017
- Messages
- 1
Gentlemen,
I have a monthly report that I need to update with fresh data from a CSV file, where the column separator is ";", I changed the parameter in windows (Control Panel/ Region/ Advanced settings/ column seperator), and when I open the CSV file manually, the columns are correctly separated, but when I open the same file using the VBA statement Workbooks.open(), the file opens as if I didn't change the column separator parameter.
Any Ideas?
Thanks
I have a monthly report that I need to update with fresh data from a CSV file, where the column separator is ";", I changed the parameter in windows (Control Panel/ Region/ Advanced settings/ column seperator), and when I open the CSV file manually, the columns are correctly separated, but when I open the same file using the VBA statement Workbooks.open(), the file opens as if I didn't change the column separator parameter.
Any Ideas?
Thanks