View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rkappini[_2_] rkappini[_2_] is offline
external usenet poster
 
Posts: 1
Default Inserting columns


Is it possible to insert a column into the first row programmatically
using C#. I tried using
wsSales.Columns.EntireColumn.Insert(Excel.XlInsert ShiftDirection.xlShiftToRight);


but it does not work. I even tried using a range and then inserting a
column before that range but that didn't work either. Please help!


--
rkappini
------------------------------------------------------------------------
rkappini's Profile: http://www.excelforum.com/member.php...o&userid=31216
View this thread: http://www.excelforum.com/showthread...hreadid=496406