View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cupboy cupboy is offline
external usenet poster
 
Posts: 5
Default excel.interop insert a column in between existing columns

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.XlInsert ShiftDirection.xlShiftToRight,
Type.Missing);