Hello,
I have the code below that does work except for one variable (crit) I have changed.
With Data
Set crit = .Resize(2, 1).Offset(, lc.Column + 1)
crit = [{"Season";"<>"}] & Me.cbo_Season.Value
Set ws = Sheets.Add
.AdvancedFilter Action:=xlFilterCopy...