Error Messages/41145
< Error Messages
Revision as of 23:59, 22 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In the call to Function Spreadsheetcell, the <<sheet>> parameter is ne…')
Error Message Examples
In the call to Function Spreadsheetcell, the <<sheet>> parameter is neither textual nor numeric.
Cause
The <<sheet>> parameter to Spreadsheetcell expects the parameter to be either
- Textual >> Name of the sheet, or
- Numeric >> Number of the sheet.
You cannot pass-in other values as the <<sheet>> parameter.
Remedies
Pass in the name of the sheet or the number of the sheet as the <<sheet>> parameter to the mentioned function.
Comments
<comments />
Enable comment auto-refresher