Link to home
Start Free TrialLog in
Avatar of ouestque
ouestqueFlag for United States of America

asked on

Excel VBA: Import CSV. No Data Conversion

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.
SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ouestque

ASKER

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.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks guys!
You're welcome!