I can't get my error handeling to work. It breaks on the following line. Any Ideas?
On Error GoTo Err1 ' Breaks here "Compile error: Label not Defined"
Range("A10").Select
Range("Master").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range("Group"), CopyToRange:=Range("A1:K1")...