I know I can add data to a cell in excel using oSheet.Cells[2, 2] = "Text";
but how can I check which cell contains a value like 12/04/2011 ? Basically it will be in column A to search for and add the value in column C
but how can I check which cell contains a value like 12/04/2011 ? Basically it will be in column A to search for and add the value in column C