ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Cut & Paste (https://www.excelbanter.com/excel-programming/281168-cut-paste.html)

STEVEB

Cut & Paste
 
I would like to have column A cut and put between column B & C, does
anyone have any suggestions?

Thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/


No Name

Cut & Paste
 

-----Original Message-----
I would like to have column A cut and put between column

B & C, does
anyone have any suggestions?

Thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from

http://www.ExcelForum.com/

.

Go to colum a click on the a tap then right click then cut
then click on c tap and right click then hit insert cut
cell this will put a in the middle of b and c

JD

Tom Ogilvy

Cut & Paste
 
Sub CutATOB()

Columns("A:A").Cut
Columns("C:C").Insert Shift:=xlToRight
End Sub

--
Regards,
Tom Ogilvy

"STEVEB" wrote in message
...
I would like to have column A cut and put between column B & C, does
anyone have any suggestions?

Thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/




STEVEB

Cut & Paste
 
Thanks Tom, it worked great



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



All times are GMT +1. The time now is 11:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com