I am a Programmer but never use VBA. I am taking over someone's old script and it keeps failing at a certain point with a Run-Time Error.
The Debugging report is here:
Please let me know if you need more code. I have tried to change currRow to Long, single, double, string none work. Below is a quick glimpse of the sheet that is failing. The top row is row one.



Not Cells(currRow, 20)? Note: screenshots of code aren't allowed, please edit your question with the code as text.Not. Any chance it's missing anIsEmpty? Probably this is a poor attempt to find the last row.Integer, useLong.Not IsEmpty(Cells(currRow, 20)).