BakerSteve
New Member
- Joined
- May 6, 2024
- Messages
- 5
- Office Version
- 365
- Platform
- Windows
Hi, this should be easy (?) but I have struggled mightily and I have not found other's solutions to this question! I consider myself intermediate in native Excel skills and somewhat of a beginner using VBA.
My quandary: I have two (input) CSV files which are of the same length and width. The only difference is that one contains REVENUE data and the other contains TAX data. They have identical column headers in row 1 and identical row labels in column A.
I want to open both CSV files and read the first line from each, and write them sequentially to the active (already open) worksheet. Then, loop to the 2nd line in each input CSV, read those, and write them to the active worksheet, repeating this process until EOF.
This should be simple, right?
My quandary: I have two (input) CSV files which are of the same length and width. The only difference is that one contains REVENUE data and the other contains TAX data. They have identical column headers in row 1 and identical row labels in column A.
I want to open both CSV files and read the first line from each, and write them sequentially to the active (already open) worksheet. Then, loop to the 2nd line in each input CSV, read those, and write them to the active worksheet, repeating this process until EOF.
This should be simple, right?