Hello to everybody,
My application has some problem yesterday but I solved them but today, again it has same problem.
Excel.Worksheet sheet = (Excel.Worksheet)excelWorkbook.Worksheets.get_Item(bolge);
Excel.Range ran = (Excel.Range)sheet.Rows[satir, Type.Missing];
ran.Select();
ran.Delete(Excel.XlDirection.xlUp);
It gives an error message : Select method of range class failed.
I did not solve this problem, I am working on this much hours...
please help me...
thanks.