Hi! I’m facing a bug and I’m not sure about how to face it. First of all, I put a reference on cell D3 (=D5), and then I’m moving the fifth row to the seventh position. Here’s when I realize that the value of the D3 cell changes, but it shouldn’t, because D3 is now referencing to D7. The introduced data (start and end) in the moveCells method is correct.
Here you can see a screenshot before and after the row movement.
Here’s a screenshot of my code.
Thanks!