I have this code that will read data from a csv file and put it in my excel sheet. However, could the code do 2 more things (listed in priority)?? 1. Start reading the file at the 3rd line, and only read every other line after that and 2. parse the data into separate columns based on the comma delimeter. I read somewhere that you could read the data into an array then loop the array into the columns to delimit it, but i don't know how to do that. Here is the code....thank you!!!!
![]()
Please Login or Register to view this content.
Bookmarks