I'm trying to take the input excel file and get it to fit into the end file while maintaining the format of the end file.
in other words, I want to take the cell A6 from file input and put it in C5 in the end file, cell G6 from file input and put it in C8 in the end file.. so on and so on across the row and save that as a file.
Then, go down a row in the input file and do it all over again and save it as a completely new file. A7 to C5, G7 to C8