Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there a neater/easier way of writing this code? Its quite long and doesnt do very much but I cant see a way of looping or stepping through it to condense it. Thanks LiAD Sub SeparateTMs() Rows("2:2").Select Selection.AutoFilter Selection.AutoFilter Field:=3, Criteria1:="TM197" Range("B3:AB800").Select Application.CutCopyMode = False Selection.Copy Range("AK3").Select Selection.PasteSpecial Paste:=xlPasteAllExceptBorders, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.AutoFilter Columns("AL").Select Selection.delete Range("AK1:BJ1").Select With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With Selection.Merge Rows("2:2").Select Selection.AutoFilter Selection.AutoFilter Field:=3, Criteria1:="TM199" Range("B3:AB800").Select Application.CutCopyMode = False Selection.Copy Range("BN3").Select Selection.PasteSpecial Paste:=xlPasteAllExceptBorders, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.AutoFilter Columns("BP").Select Selection.delete Range("BN1:CN1").Select With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With Selection.Merge Rows("2:2").Select Selection.AutoFilter Selection.AutoFilter Field:=3, Criteria1:="TM206" Range("B3:AB800").Select Application.CutCopyMode = False Selection.Copy Range("CV3").Select Selection.PasteSpecial Paste:=xlPasteAllExceptBorders, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Selection.AutoFilter Columns("CW").Select Selection.delete Range("CV1:DV1").Select With Selection .HorizontalAlignment = xlCenter .VerticalAlignment = xlBottom .WrapText = False .Orientation = 0 .AddIndent = False .IndentLevel = 0 .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With Selection.Merge Range("AK1").Select End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Condense a formula | Excel Worksheet Functions | |||
Multiple Sendkeys not working... need help to condense code | Excel Programming | |||
condense code for gridelines | New Users to Excel | |||
Condense Code | Excel Programming | |||
Help to condense a formula | Excel Worksheet Functions |