セルをコピーする方法を記載します。

セルをコピーする

Dim sheet As ExcelWorksheet = excel.Workbook.Worksheets("MySheet1")

sheet.Cells(1, 1, 5, 5).Copy(sheet.Cells(20, 8))