Error Messages/41145
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.
See Also
Comments
Enable comment auto-refresher