How can I delete the first 2 rows in an excel worksheet?Code:oSelection = DirectCast(csheet.Rows("1:2"), Excel.Range) oSelection.Delete()
Apprantly the above code does nothing .
Please help
thx
|
Results 1 to 4 of 4
Thread: delete rows in excel worksheetThreaded View
|
Click Here to Expand Forum to Full Width |