02-11-2014, 04:40 PM
Thank you for the help! I think I'm getting it! I used to program VB a few years back but this is totally different of course.
Got a couple more questions if you don't mind.
When I set the str csv= value, what do you mean by ;A1,B1,C1 etc.... Do I have to set a variable for every cell in the cvs file? That will be a LOT. Each file is probably about 14 columns X 40 rows or more.
What could I use in the line below to be able to choose the csv file instead of hard coding it?
x.FromString(csv) ;;replace to FromFile("c:\...\your CSV file.csv")
Got a couple more questions if you don't mind.
When I set the str csv= value, what do you mean by ;A1,B1,C1 etc.... Do I have to set a variable for every cell in the cvs file? That will be a LOT. Each file is probably about 14 columns X 40 rows or more.
What could I use in the line below to be able to choose the csv file instead of hard coding it?
x.FromString(csv) ;;replace to FromFile("c:\...\your CSV file.csv")