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)
|
The beginning of the range to copy. Type: Integer
The end of the range to copy. Type: Integer
Which variable to paste the range of variables after. Type: Integer |
This function does not return a value. |