Error Messages/40769


Error message examples

 The column index «ColIndex» passed as a parameter to Function SpreadsheetRange
 does not match the number of columns in the requested region. The index has
 3 column(s), while the region has 2 column(s).

Cause

The number of columns in the range passed to the function and the length of the index passed as the «ColIndex» to SpreadsheetRange do not match. The number of columns and the size of the «ColIndex» should be equal.

Remedies

Correct either the range in the Excel sheet or the index passed as the «ColIndex» so that they are equal.

See Also

Comments


You are not allowed to post comments.