Search

Bulk Copy To Table

Articles

Use this function to copy values (without metadata) to a data table from the specified range of the currently active excel sheet. This function is useful to copy the data faster when the data is huge.

Syntax

Bulk Copy To Table With Sheet Name (table_name, range_value, sheet_name)

Parameters

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

':' is used as separator between the cells.

Returns

Return value Description
Table Returns the copied data as a table type variable

Sample

Bulk Copy To Table With Sheet Name (Table1, A1:A5)

  • Copies the data present in the range ‘A1:A5’ from the sheet that is currently active in ‘Table1’.

To view all the Excel functions, click here.

Did you find what you were looking for?