Hi,
I am not great with macros.
Please refer to below code
Can you help me to edit this code.
I don't have a criteria, but I want to filter based in cell value in B9.
Thanks in advance for your time.
I am not great with macros.
Please refer to below code
Code:
Sub apply_autofilter_across_worksheets()
Dim xWs As Worksheet
On Error Resume Next
For Each xWs In Worksheets
xWs.Range("A1").AutoFilter 1, "=KTE"
Next
End Sub
Can you help me to edit this code.
I don't have a criteria, but I want to filter based in cell value in B9.
Thanks in advance for your time.
Last edited by a moderator: