This is what I have down as my macro. I have the same macro in another file
and it works perfectly there.
ActiveWindow.SmallScroll ToRight:=-22
Range("A1:H599").AdvancedFilter Action:=xlFilterCopy,
CriteriaRange:=Range( _
"BC1:BH2"), CopyToRange:=Range("BJ1:BO36"), Unique:=False
End Sub