R
robert_woodie
I am using this simple macro: (because i am a simple person)
sub reset()
ActiveSheet.ShowAllData
end sub
It resets all the filters on the sheet.
It works fine, apart from i get an error message if all the filters ar
already reset.
Is there any way of stoping this error?
Thanks in advance
Rober
sub reset()
ActiveSheet.ShowAllData
end sub
It resets all the filters on the sheet.
It works fine, apart from i get an error message if all the filters ar
already reset.
Is there any way of stoping this error?
Thanks in advance
Rober