Cut Method Example

This example moves the formula, data, and formatting from cell A3 to cell G7 on the active worksheet.

Set sht = Spreadsheet1.ActiveSheet
sht.Range("a3").Cut sht.Range("g7")