Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub Macro1() ' ' Macro1 Macro ' Macro recorded 11/11/2003 by sheetal mehta ' ' Windows("Book3").Activate ActiveWindow.Zoom = 75 Cells.Replace What:="$", Replacement:="", LookAt:=xlPart SearchOrder:= _ xlByRows, MatchCase:=False Columns("A:A").Select Selection.Copy Windows("New_format_PL_071103_test.xls").Activate Range("A1").Select ActiveSheet.Paste Windows("Book3").Activate Columns("B:D").Select Application.CutCopyMode = False Selection.Copy Windows("New_format_PL_071103_test.xls").Activate Range("C1").Select ActiveSheet.Paste Windows("Book3").Activate Columns("F:T").Select Application.CutCopyMode = False Selection.Copy Windows("New_format_PL_071103_test.xls").Activate Range("G1").Select ActiveSheet.Paste End Su ----------------------------------------------- ~~ Message posted from http://www.ExcelTip.com ~~View and post usenet messages directly from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 macros - how to merge 5 macros together into one | Excel Discussion (Misc queries) | |||
Training: More on how to use macros in Excel: Recording Macros | Excel Worksheet Functions | |||
Macros not appearing in the Tools Macro Macros list | Excel Programming | |||
Suppress the Disable Macros / Enable Macros Dialog | Excel Programming | |||
List the Macros that can be executed from Tools-Macros | Excel Programming |