Hi everyone, thanks to your help I've been able to get this far. But I just have one more question.
Here is my current code:
It's taking multiple columns from a specific worksheet and pasting them into one column on a different worksheet.
But I need to be able to run the macro several times and each time have it paste into the next empty column.
So say after running the macro three times I have three separate columns.
As of right now the macro just pastes the data beneath the same column instead of moving over.
I think this belongs in the code somewhere: End(xlToLeft).Offset(0, 1).Select
I just can't figure it out.
Thank you in advance for your help!!
Bookmarks