• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

error in Macro I need to fix "Set rCel = rSeq.End(xlDown).Offset(1)"

Hi ,

You need to see how the range rSeq is defined i.e. what is its address range.

If your rSeq is the last row of a range of data , and you execute the End(xlDown) part of your statement , you will be reaching the last row of the worksheet ; executing Offset(1) on this will generate an error.

Narayan
 
Hi, Jack-P-Winner!
Not only in that case but where the range rSeq contains empty cells only too.
Regards!
 
Back
Top