Spreadsheet.CopyCases

This function copies the specified range of cases in the spreadsheet.

Syntax Parameters Return Value
Sub Spreadsheet.CopyCases( _
    From As Integer, _
    To As Integer, _
    After As Integer)
  • From [in]

The beginning of the range to copy.

Type: Integer

  • To [in]

The end of the range to copy.

Type: Integer

  • After [in]

Which case to paste the range of cases after.

Type: Integer

This function does not return a value.