I have a table in my workbook with 3 columns - path, filename, and paste location. The code loops through my table opens up the file and path I have listed, copies some data, and then I am trying to paste that data into my workbook in the range name I have listed as paste location. After copying the data I go back to my workbook and I am trying to use Range(c.Offset(0,3).Value).Select to paste the data in that location but I keep getting a debug. I've double checked that the what I have listed in the past location column is indeed the range name I have in my workbook.
Am I able to do what I am trying to do? Let me know if you have any questions. Thanks.
Am I able to do what I am trying to do? Let me know if you have any questions. Thanks.