I have a spreadsheet that the layout does not change. For this example lets say I have a range A1:A25. That range ends up getting pasted into another workbook into a specific column. The issue I am running into is that depending on several factors the column the info gets pasted into will change. Is it possible for a macro to copy the range A1:A25 and begin pasting it to the column I click in the other workbook... I think what I would need is for it to DIM the filename & column I click and then use that in the rest of the code. Is that possible?