Error Messages/40767

< Error Messages
Revision as of 00:29, 4 February 2010 by AManandhar (talk | contribs) (Created page with '= 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 lett…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

  1. Name. E.g. "L". or
  2. position. E.g. 13.

Remedies

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



You are not allowed to post comments.

Comments
<comments />