Insert Text into Cell#

Inserts text into a cell of a Word document table.

Link to Document

[Link] Link to the open

Word document where the Work is currently taking place.

The variable name in this property must match the variable name in the "Link to Document" property of the "Create Document" or "Open Document" blocks from the Word group that were previously used to create or open this document.

Table Number[Number] The number of the table in the document. Numbering starts at 1.
Row[Number] The row number in the table. Numbering starts at 1.
Column[Number] The column number in the table. Numbering starts at 1.
Delete ContentsDeletes the contents of the cell before inserting text; otherwise, it appends the text to the end of the contents.
Text[Text] The text to be inserted.
Font[Text] The name of the font in which the text will be printed; if left empty, the current font of the cell will be used.
Font Size[Number] The font size in which the text will be printed; if left empty, the current font size of the cell will be used.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

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:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

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.