This might be a really simple problem, but I am new to VBA and it has been bothering me for a while.
I want to equate a worksheet's range with another worksheet's range. My code is as follows:
The code executes until the last line (Executes perfectly when I remove the line). When I include![]()
Please Login or Register to view this content.
Range(Cells(2, 2), Cells(z, 2)) = Sheets("DATA_CLFLINE").Range(Cells(2, 9), Cells(z, 9))
I get an error: "Application defined or object defined error"
Bookmarks