Error Messages/41146
< Error Messages
Revision as of 00:11, 23 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In the call to Function Spreadsheetrange,…')
Error Message Examples
In the call to Function Spreadsheetrange, you have specified the worksheet twice, in the parameter <<range>>='Sheet1!A1:B5' and in the parameter <<sheet>>="Sheet1".
Cause
You have specified the sheet in both the <<sheet>> parameter and <<range>> parameter. To prevent confusion, you are allowed to specify the sheet only once.
Remedies
Pass in the sheet to only one of the parameters instead of passing it to both the parameters.
Comments
<comments />
Enable comment auto-refresher