smartpat19
Board Regular
- Joined
- Sep 3, 2014
- Messages
- 114
Need a looping macro that will copy a dynamci range from a bunch of excel files and paste into a master file.
I can't get the macro to go beyond this line of code and I am not sure what the issue is.
Any quick tips for fixing this error?
I can't get the macro to go beyond this line of code and I am not sure what the issue is.
Code:
Set wb = Workbooks.Open(Filename:=myPath & myFile)
Set Rng1 = wb.Sheets("CFT").Range("I53", Range("I53").End(xlDown).End(xlToRight)).copy
Any quick tips for fixing this error?