I am using Excel Interop to read and write data from/to an Excel Spreadsheet. The first hurdle i have hit is, that i get "Cells were not found error", even though there is data in the spreadsheet.
I am using the following at the moment, as a test:
oRngLicenceNumbers = oSheet.UsedRange.get_Range("A1", "A6");
I am using the following at the moment, as a test:
oRngLicenceNumbers = oSheet.UsedRange.get_Range("A1", "A6");