I would Like to know how I would insert blank rows in an Excel Spreadsheet using Interop Excel, and also merging cells. A7 would be the row I would be starting from to insert the rows. The number of rows inserted would vary. I would intend on inserting the rows downward. after inserting the rows I would have to merge a few cells. I would have to merge cells from B7 to E7. Code examples appreciated & show Excel declarations as well please. All data in the rows will be strings types only no formulas or numbers.
Any help much appreciated.