Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Jean,
Try: Sub Tester1() With Range("A1:A6") .Cut Range("G1") .Delete Shift:=xlToLeft End With End Sub If you are new to macros, you may wish to visit David McRitchie's Introduction to Macros and User Defined Functions page at:: http://www.mvps.org/dmcritchie/excel/getstarted.htm --- Regards, Norman "Jean" wrote in message ups.com... Hi there, Please help a Newb! :) I have to do the following in code: There are 5 columns. Column with range A1:A6 must go to the back, i.e. to F1:F6 Each of the columns must then move one to the left. Simple, but how? Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
simple loop needed please | Excel Discussion (Misc queries) | |||
Moving data to another file - help needed | Excel Discussion (Misc queries) | |||
Simple formula needed | Excel Discussion (Misc queries) | |||
simple help needed please | Excel Programming | |||
A simple 'If...Then...' code needed? | Excel Programming |