Difference between revisions of "Error Messages/41142"

Line 1: Line 1:
 
= Error Message Examples =
 
= Error Message Examples =
  
  When calling function Spreadsheetrange, the indicated named cell range, 'Losses', was not found.
+
  When calling function [[Functions_To_Read_Excel_Worksheets#SpreadsheetRange.28workbook.2C_range.2C_colIndex.2C_rowIndex.2C_howToIndex.2C_sheet.29|Spreadsheetrange]], the indicated named cell range, 'Losses', was not found.
  
 
= Cause =
 
= Cause =

Revision as of 01:27, 4 February 2010

Error Message Examples

When calling function Spreadsheetrange, the indicated named cell range, 'Losses', was not found.

Cause

You have passed a range-name that does not exist in the passed worksheet.

Remedies

If the range has already been defined, open the spreadsheet and verify the range name, and then correct the function call accordingly.

If the range has not been defined yet, open the spreadsheet and define the range, and then correct the function call with the newly defined range name.



You are not allowed to post comments.

Comments
<comments />