Code:
  

 oSelection = DirectCast(csheet.Rows("1:2"), Excel.Range)
 oSelection.Delete()
How can I delete the first 2 rows in an excel worksheet?
Apprantly the above code does nothing .
Please help
thx