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.

See Also

Comments


You are not allowed to post comments.