Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel,microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub MoveColumn()
' moved column E before Column B Dim rng As Range Set rng = Columns(5) rng.Cut Columns(2).Insert End Sub -- Regards, Tom Ogilvy "Yanchri Gerber" wrote in message ... Maybe i'm misreading something. But what i actually want is an example of a macro, already created. Then i want to view the code. Thanks Yanchri "JulieD" wrote in message ... Hi Record one using the macro recorder ... tools / macro / record new macro to view the code tools / macro / macros, click on the one you created and choose edit Regards julieD |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
My excel macro recorder no longer shows up when recording macro | Excel Discussion (Misc queries) | |||
Excel Macro Issue Trying to autorun Macro Upon Opening Worksheet | Excel Programming |