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