I want to read out a semicolon (;) delimited *.csv file in an Excel sheet with the help of a macro (Visual Basic).
I don't need all data from the *.csv file; I only need three defined columns of it. These three columns should be imported in defined columns of the target Excel sheet.
Any suggestion?