Hi All,
I am trying to query csv files to extract some fields and filter the records and return the resulting recordset to a new csv file.
I have adopted two sets of codes by finds it difficult to accomplish the above
Sub GetMyCSVData()
Dim xlcon As ADODB.Connection
Dim xlrs As...