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