Spreadsheet.CopyVariables

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

Syntax Parameters Return Value
Sub Spreadsheet.CopyVariables( _
    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 variable to paste the range of variables after.

Type: Integer

This function does not return a value.