How can I download and import a CSV file into Excel using VBA script?
Download and import a CSV file into Excel using VBA script? If it is a one-off and not too many files, frankly I would open them manually from the Excel desktop. It handles CSV.
If you want to do it programmatically, you can use OPEN, GET, PUT and ...
Continue Reading →