CustomTable.CopyTo Method
Parent Object: CustomTableDescription
Method that copies the table to another sheet, either within the same document or in another document.
Syntax
CustomTable.CopyTo( TargetSheet As Sheet ) As CustomTableParameters
Name | Type | Description |
TargetSheet | Sheet | Input Sheet object that specifies the sheet to copy the custom table to. |