Copy Cells#
Copy the value of some cells to others in an Excel document.
| From: document | [Link] Link to the Excel document from which the cell value needs to be copied. The variable name in this property must match the variable name in the "Document Link" property of the "Create Document" or "Open Document" blocks from the Excel group that were previously used to create or open this document. |
| From: sheet | [Number/Text] ID (ordinal number) or name of the sheet from which the cell value needs to be copied. Numbering starts from 1. |
| From: range | [Text] Range of cells whose values need to be copied. Example: "A1:A1" or "A1:B2". If the value is empty, the entire page will be copied. |
| To: document | [Link] Link to the Excel document to which the cell value needs to be copied. The variable name in this property must match the variable name in the "Document Link" property of the "Create Document" or "Open Document" blocks from the Excel group that were previously used to create or open this document. |
| To: sheet | [Number/Text] ID (ordinal number) or name of the sheet to which the cell value needs to be copied. Numbering starts from 1. |
| To: range | [Text] Range of cells into which the copied value needs to be inserted. Example: "A1:A1" or "A1:B2". If the value is empty, the data will be inserted across the entire page. |
| Copy type | Type of data copying. The property works only with the COM file opening mode. Possible values:
|
| Error handling level | Select the error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message level | Select the message level that the blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |