Hi- was able to get
>>> use code - tags <<<
to run on the first sheet but not the second. When I try to run the macro it keeps popping up this box- I've attached an image of the screen.
How do I make this work? I honestly only got it to work on the first sheet by accident and I'm not sure what I did.
>>> use code - tags <<<
Code:
Private Sub Worksheet_Change(ByVal Target As Range)
ActiveSheet.AutoFilter.ApplyFilter
End Sub
How do I make this work? I honestly only got it to work on the first sheet by accident and I'm not sure what I did.