What is the fastest and most compatible VBA code needed to import data from a .CSV file titled: "Hello.csv" to "Sheet1" where the code assumes all data in all columns is a string. If possible, do this without an .ini file and without opening the .csv.
My last question was very specific. (i.e., Microsoft text driver only.) I was wondering if there was some other way that would allow it, such as querying the file using SQL etc.
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
ASKER