In some excel document I invoked Cells["B105:G105"]. The expected result is the following enumeration of cells:
* B105
* C105
* D105
* E105
* F105
* G105
But the actual result did not contain E105 cell. See screenshot:

Comments: Only cells with a value is returned when enumerating a range. Not sure if this is the case here, but without a reproducable test case its hard to tell. Can you attach the workbook and the code to reprocuce the problem?
* B105
* C105
* D105
* E105
* F105
* G105
But the actual result did not contain E105 cell. See screenshot:

Comments: Only cells with a value is returned when enumerating a range. Not sure if this is the case here, but without a reproducable test case its hard to tell. Can you attach the workbook and the code to reprocuce the problem?