LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
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);
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I insert a colon into a column of existing numbers jcmonzon Excel Discussion (Misc queries) 6 April 2nd 23 07:40 PM
match first and last name and insert column into existing sheet Sarah Excel Worksheet Functions 1 November 16th 09 04:14 PM
How do I insert sub-columns within an existing column? Sunranae Excel Discussion (Misc queries) 1 April 15th 09 12:31 PM
Insert new colums after each one existing column Ralph Excel Programming 8 December 21st 08 03:13 PM
Insert image into cell using C# and Excel interop?? Michael Howes Excel Programming 0 December 7th 06 11:14 PM


All times are GMT +1. The time now is 10:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"