Error Messages/40766
< Error Messages
Revision as of 00:28, 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…')
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.
Comments
<comments />
Enable comment auto-refresher