Error Messages/40769
< Error Messages
Revision as of 01:34, 4 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The column index ColIndex passed as a parameter to Function [[Functions_To_Read_Excel_Worksheets#SpreadsheetRange.28workbook.2C_range.2C_colIndex.2C_…')
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 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