On my Excel macro, I had:
Set r1 = Sheet1.Range(Cells(2, 1), Cells(1000, 3))
Step into the code, it returns error
Run-time error '1004': Application-defined or object-defined error
Any idea why it is complaining that?
FYI: This is regarding to testing the script on the posting:
THanks!
Set r1 = Sheet1.Range(Cells(2, 1), Cells(1000, 3))
Step into the code, it returns error
Run-time error '1004': Application-defined or object-defined error
Any idea why it is complaining that?
FYI: This is regarding to testing the script on the posting:
THanks!