excel.interop insert a column in between existing columns

  • Thread starter Thread starter cupboy
  • Start date Start date
C

cupboy

Any example of how to do this? I tried this, but it does nothing....

rangeXX = ws.get_Range("Q1", "Q1")
rangeXX.Columns.EntireColumn.Insert(Excel.XlInsertShiftDirection.xlShiftToRight,
Type.Missing);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top