Good night,

I'm having an hard time to figure this out:

- I save a CSV manually and close the file
- I open the saved CSV file and all data is splitted into columns
- Then I save a CSV using VBA xlCSV format.
- When I open the saved file it's not splitted into columns like the version I saved manually. They look like text comma delimited (like a CSV must be) But I want to see it splitted like the manual saved version

Can anyone help me?

Many thanks in advance!