Error Messages/40771
< Error Messages
Revision as of 00:40, 4 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Excel threw an exception when Function Spreadsheetcell attempted to access cell MWLQKWQ5. The may indicate' that the cell coordinate is outside the a…')
Error Message Examples
Excel threw an exception when Function Spreadsheetcell attempted to access cell MWLQKWQ5. The may indicate' that the cell coordinate is outside the allowed cell range.
Cause
The coordinate you have passed to the mentioned function is outside the valid range. The following call to Spreadsheetcell would trigger this error, as the column identifier cannot have a negative position.
spreadsheetcell( Open_worksheet, "Sheet1", -5, 5)
Remedies
Correct the call to the function by specifying a valid Excel Sheet position.
Comments
<comments />
Enable comment auto-refresher