VBACodes

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

VBA codes

Sub RemoveFilters()

If ActiveSheet.FilterMode Then ActiveSheet.ShowAllData

If ActiveSheet.AutoFilterMode Then ActiveSheet.AutoFilterMode = False

End Sub

You might also like