Hi,
I'm trying to code some data migration between 2 spreadsheets.
My stumbling block is knowing how to tell the code where to paste the data.
The destination workbook has a list of unique IDs in columnQ but the data needs to be pasted into the relevant ColumnD.
I can get the cell reference I need into a separate cell - A1 for instance so my copied data I then need to paste to the cell reference shown in A1 - Q50 for instance
Any ideas how I do this?
Thanks
I'm trying to code some data migration between 2 spreadsheets.
My stumbling block is knowing how to tell the code where to paste the data.
The destination workbook has a list of unique IDs in columnQ but the data needs to be pasted into the relevant ColumnD.
I can get the cell reference I need into a separate cell - A1 for instance so my copied data I then need to paste to the cell reference shown in A1 - Q50 for instance
Any ideas how I do this?
Thanks