D Digicelt New Member Joined Dec 22, 2005 Messages 29 Dec 22, 2005 #1 Hi, Newbie question here .... Is there an elegant way in VBA to reorder columns in excel, without doing the long and laborious way ... copying, inserting, and deleting ? Thanks, Steve
Hi, Newbie question here .... Is there an elegant way in VBA to reorder columns in excel, without doing the long and laborious way ... copying, inserting, and deleting ? Thanks, Steve
daniels012 Well-known Member Joined Jan 13, 2005 Messages 5,219 Dec 22, 2005 #2 Do you mean sort Columns?? Michael
D Digicelt New Member Joined Dec 22, 2005 Messages 29 Dec 29, 2005 #3 Nooooo .. i mean re-order columns ... eg, take column C, put it where A is, move B to D, etc ....
daniels012 Well-known Member Joined Jan 13, 2005 Messages 5,219 Dec 30, 2005 #4 The only way to incorporate VBA would be to have something in each colum for it to evaluate to sort in a certain order. You can however, with a mouse take the bottom edge of a column and drag it to a new spot. Michael
The only way to incorporate VBA would be to have something in each colum for it to evaluate to sort in a certain order. You can however, with a mouse take the bottom edge of a column and drag it to a new spot. Michael