Good Morning,

I have a Macro that removes the the auto filter from a sheet, i would then like to re add the the auto filter to "$B$5:$J$5"

Any ideas?

Sub FilterBC()

Sheets("Budget Consumed").AutoFilterMode = False

End Sub
Thank you

Tom