Error Messages/40770
< Error Messages
Revision as of 01:40, 4 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The row index RowIndex passed as a parameter to Function [[Functions_To_Read_Excel_Worksheets#SpreadsheetRange.28workbook.2C_range.2C_colIndex.2C_row…')
Error Message Examples
The row index RowIndex passed as a parameter to Function Spreadsheetrange does not match the number of rows in the requested region. The index has 13 row(s), while the region has 12 row(s).
Cause
The number of columns in the range passed to the function and the length of the index passed as the ColIndex 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.
Comments
<comments />
Enable comment auto-refresher