Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Multiple wrksheets same columns globally change order of columns?

I have multiple worksheets but the exact same columns in each(with different
data). I'd like to change the order of the columns, but for all of them at
once. Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 158
Default Multiple wrksheets same columns globally change order of columns?

On Sep 11, 12:50*pm, Change order of columns multiple wkshts <Change
order of columns multiple wrote:
I have multiple worksheets but the exact same columns in each(with different
data). I'd like to change the order of the columns, but for all of them at
once. Is this possible?


It isn't possible to operate on gouped sheets in a macro, you'll have
to loop through your worksheets or do it manually.

Select all the sheets you want to change by holding Ctrl and clicking
on the sheet tab (or by click on the first sheet, holding shift and
clicking on the last sheet to select all of them).

Select the column(s) you want to move, cut them and paste them where
you want to move them. It will duplicate the action on all other
sheets simultaneously. If you have calculations, disable auto calc
first to prevent slow-down. Columns must be adjacent if there are
multiple selections.


Good luck!


Steven
Reply
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
need to change order of columns from csv file need-some-help![_2_] Excel Discussion (Misc queries) 4 February 12th 09 04:44 PM
Sort multiple columns by alphabetical order hello Excel Discussion (Misc queries) 4 May 14th 08 10:10 PM
Change ColumnWidth for Multiple Columns? AJ Master Excel Programming 4 April 11th 07 09:32 PM
Change a Column list into multiple rows & columns angelface Excel Worksheet Functions 3 January 28th 06 01:23 AM
how do i change order of columns in a list published to sharepoint p_wills Excel Discussion (Misc queries) 0 May 19th 05 08:30 AM


All times are GMT +1. The time now is 12:27 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"