Skip to content

movecells

Move (cut) a cell range to a destination.

movecells(crSrc, crDst)

Moves cells from crSrc to crDst. The source becomes empty after the move; the destination is overwritten. Equivalent to a cut-and-paste.

movecells(A1:C5, E1)
  • copycells — Copy a cell range, optionally to a destination range.
  • movetable — Move a table or variable cell block to a new position.