Hi everyone. First time posting and I'm a novice when it comes to VBA.
I have two .csv files that are exports from another program. I am trying to copy some of the data from those .csv files into one excel file so that it can be imported back into the program. The two .csv files have different file names, different sheet names, and some columns that have different headings.
What I am looking to do is copy multiple columns from file1 & file2 into one Excel file. As an example, columns A & B from file1 and column B from file2 into the one Excel file as columns A, B, & C. Here is an image of what it would look like:
I've found a number of VBA code in posts here but being a novice, I've not been unable to modify them for my needs.
Thank you in advance for any assistance.
kbilly70
I have two .csv files that are exports from another program. I am trying to copy some of the data from those .csv files into one excel file so that it can be imported back into the program. The two .csv files have different file names, different sheet names, and some columns that have different headings.
What I am looking to do is copy multiple columns from file1 & file2 into one Excel file. As an example, columns A & B from file1 and column B from file2 into the one Excel file as columns A, B, & C. Here is an image of what it would look like:
I've found a number of VBA code in posts here but being a novice, I've not been unable to modify them for my needs.
Thank you in advance for any assistance.
kbilly70