S
Sliman
I have below macro recorded and would like to replace copy and paste
with = Formula if possible.
Range("D8:H8").Select
Selection.AutoFilter
Selection.AutoFilter
Range("B911").Select
Application.CutCopyMode = False
Selection.Copy
Range("B1212").Select
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste
Selection.AutoFilter Field:=5, Criteria1:="<>Prd", Operator:=xlAnd
Range("I10:BZ11").Select
Range("I10:CA11").Select
Selection.Copy
Range("I13:CA13").Select
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste
Selection.AutoFilter Field:=5
Application.CutCopyMode = False
Rows("9:11").Select
Selection.EntireRow.Hidden = True
Thanks with any help
with = Formula if possible.
Range("D8:H8").Select
Selection.AutoFilter
Selection.AutoFilter
Range("B911").Select
Application.CutCopyMode = False
Selection.Copy
Range("B1212").Select
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste
Selection.AutoFilter Field:=5, Criteria1:="<>Prd", Operator:=xlAnd
Range("I10:BZ11").Select
Range("I10:CA11").Select
Selection.Copy
Range("I13:CA13").Select
Range(Selection, Selection.End(xlDown)).Select
ActiveSheet.Paste
Selection.AutoFilter Field:=5
Application.CutCopyMode = False
Rows("9:11").Select
Selection.EntireRow.Hidden = True
Thanks with any help