4
Answers

How to find same values from different cell using C#

Microsoft.Office.Interop.Excel.Range Range_Number_Phone;
Range_Number_Phone = xlWorkSheet.UsedRange.Find("Phone");
 
This code finds first values only.it can't find another word.How is it possible?Please help me. 
Answers (4)