ExternalCreateCell method



Sets the contents of the current cell to the specified string.

Syntax

success = waffleObject.ExternalCreateCell(contents)

Applies to

Waffle class.

Parameters

contents
String. The contents to be placed in the cell.

Return value

boolean. The value is true if the method succeeds, and false otherwise.

Usage

This method works as if the user selected a cell and entered a string in the edit line. Any existing value in the cell is overwritten.

Example
ExternalCreateCell example

See also
getCellFormula method
getCellValue method