Search

Copy To Table DEPCREATED

Articles

This function is deprecated.

Use this function to copy the values along without metadata from the given input rage to the data table from an Excel sheet.

Syntax

Copy To Table DEPCREATED (table_name, range)

Parameters

Input Parameter Name Description
table_name Name of the table from table definition to which data will be copied
range_value Two cell values (first cell and last cell) separated by ‘:’ to copy the values

':' is used as separator between the cells.

Sample

Copy To Table DEPCREATED (FourColstable, C3:F8)

  • Copies values from cell ‘C3’ up to cell ‘F8’ to table ‘FourColstable’.

To view all the Excel functions, click here.

Did you find what you were looking for?