Last Updated: Feb 14, 2022
Use this function to copy the content from the given source sheet-range and paste it in the destination sheet-range based on the paste-type given as an input.
Copy & Paste (source_sheet, source_range, destination_sheet, destination_cell, paste_type)
Input Parameter Name | Description |
---|---|
source_sheet | Sheet to copy data from |
source_range | First cell to last cell value separated by : in the source sheet to copy the data from |
destination_sheet | Sheet to paste the data to |
destination_cell | First cell to last cell value separated by : in the destination sheet to paste the data to |
paste_type | The type of information to be pasted. The paste_type could be any of the following:
|
Copy & Paste (EmployeeSalary, A1:B10, EmployeeDetails, A1:B10, value)
To view all the Excel functions, click here.