Problem: You want to duplicate a range of cells to a different position on the same worksheet.
Sadly, a regular copy/paste will 'helpfully' fix all references in the formulas so they point to the wrong cells (i.e. the original cells plus an offset).
And if you can't just use static references in the formulas because they are e.g. already an intentional mix of static and relative references, you are out of luck.
So, how can you do it without VBA?
Is there an easy way to copy a whole block 1:1 without changing the formula text?