Smallman
Excel Ninja
OK so neither of those workbooks have the code FICC
By just looking at the problem it most likely relates to my last post/lesson on the sheet code name. Check to make sure the sheet you want to past to has a sheet code name called Sheet2. See image below;
So I would suggest you upload the one with that code so I can run a test.
Also I mentioned earlier there is an error in the coding remove the ws reference before the Rows line.
Hope this helps.
Take care
Smallman
EDIT - I have also uploaded the image as I can't seem to see it on my screen.
By just looking at the problem it most likely relates to my last post/lesson on the sheet code name. Check to make sure the sheet you want to past to has a sheet code name called Sheet2. See image below;
So I would suggest you upload the one with that code so I can run a test.
Also I mentioned earlier there is an error in the coding remove the ws reference before the Rows line.
Code:
Range(Cells(2, j), Cells(Cells(Rows.Count, j).End(xlUp).Row, j)).Copy _
ws.Cells(Rows.Count, arr(i)).End(xlUp)(2)
Hope this helps.
Take care
Smallman
EDIT - I have also uploaded the image as I can't seem to see it on my screen.