Hello Pike,
Thank you for your answer. I actually had a code where I copied the data in the .csv file myself, as I think you are proposing to do here.
The issue I had was that .csv has a lot of different rules and by simply copying the data I always missed one rule or the other (for instance the number of quotes before and after a cell which already has a weird number of quotes itself), so that the .csv reader (which is a specific program, not Excel and which is purely based on the .csv rules) always complained and could not read the full file. So this is why I would like to use the Excel built-in saveas .csv
The code I am talking about (which may actually have been adapted from yours
) is:
Any idea?
Bookmarks