Hello,
I'm looking for a vbscript which will go through many csv files and extract data between certain rows. The rows to be extracted will depend on a month.
All of the data in each of th csv files will start at row 3 and end with a blank row. So, if the month has 28 days then the data to be extracted will be between rows 3 and 30. If the month has 31 days then the rows to be extracted will be between row 3 and 33. All data after the blank row is not needed. The script should be able to go trough many csv files and output the result to one csv file for parsing.
Thanks in anticipation
woodysgreen
Configuration: Windows 7 Internet Explorer 8.0