Error Messages/41146
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 ambiguity/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