Hey folks! Just had some logic questions regarding my macro in progress. Right now I am trying to copy multiple columns from my source workbook(called "Master_Template") and paste them into several other workbooks. The problem is that each of the destination workbooks are organized differently and cannot be changed. As you can see below, my current code works to copy one column to the others. But if I stay to this course I have to define each source column manually(there are 10 columns to be copied) and define each destination per column.
When I started thinking of a solution involving different variables for each workbook or column I thought myself into a brain fart and now I got nothing. I know there is a much more efficient way of does this. Any helpers?
(Note: This is just a snippet of code, so if it doesn't look like it will work it may be because it is apart of a larger macro
Thanks in advance!)
Bookmarks