Error Messages/40766


Error message examples

 In the call to Function Spreadsheetcell, the column identifier, "C1", is not a valid Excel worksheet
 column identifier. It should be one or two letters, e.g., "C" or "AB", or a numeric position.

Cause

The column identifier you passed to the function mentioned is not a valid Excel column identifier.

You can specify the column either by the column:

  • Name. E.g. "L"

or

  • position. E.g. 13

Remedies

Correct the column identifier passed to the function to be a valid Excel column identifier.

See Also

Comments


You are not allowed to post comments.