Hello!
I am trying to pull data from one workbook into another, but I am having some serious issues.
The data column I need to pull from is AD (technically the data begins in cell AD14), but when I tried writing a VBA code it said "cannot copy data from merged columns". I cannot move the data into an A-Z column because there is already data there.
I also tried writing a formula in the cells (not VBA) but then I could not sort/filter the data the way I wanted to, so that was not helpful.
I would like this to be dynamic so when new data is entered into the original workbook, it copies into my new one. Is this possible?? There are many worksheets in the original workbook that I would like to pull columns from, but I am a beginner in VBA so
a lot of the coding I have tried to look up is too confusing to understand how to manipulate it.
Could someone please write a mock code using basic "Workbook1, Sheet1" type names so I know where to change to the specific workbook/sheet names that I need?
Please help, if possible, I am desperately trying to figure this out but am having no luck whatsoever :-(