Add two column in last

It doesn’t matter where the columns are. After using Read Range to read the file into a datatable, you can reference the columns by the column name, not position. Add Data Column will just add the new columns onto the end, no matter how many columns there are. Then you can just Write Range to a new Excel file and delete the old one.