Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need to change order of columns from csv file | Excel Discussion (Misc queries) | |||
Sort multiple columns by alphabetical order | Excel Discussion (Misc queries) | |||
Change ColumnWidth for Multiple Columns? | Excel Programming | |||
Change a Column list into multiple rows & columns | Excel Worksheet Functions | |||
how do i change order of columns in a list published to sharepoint | Excel Discussion (Misc queries) |