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: 43
Default Moving columns order

Hi..., I want to move the order of my columns, do you know a more efficient
way besides doing:

Cells.Find(What:="abc").EntireColumn.Cut
Range("A1").Offset(0, 8).EntireColumn.Insert Shift:=xlToRight

probably something like moving column 6 before 3...


thanks,
--
Thank you...
 
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
moving row data to a colunm in sorted order moving row data to a column in a sorted Excel Worksheet Functions 9 February 23rd 10 10:54 PM
How to specify order of moving to unlocked cells in a protected sh mwood Excel Discussion (Misc queries) 1 July 16th 09 06:45 PM
moving cells to a predetermined order Jonathan Excel Discussion (Misc queries) 1 September 23rd 05 12:01 AM
VBA for tab order/moving cursor to a certain cell Frederic Excel Programming 1 July 7th 05 03:57 PM
Moving a row to new work sheet/book if order=yes eddy f Excel Programming 2 February 22nd 04 04:15 PM


All times are GMT +1. The time now is 06:21 AM.

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"