SaraWitch
Active Member
- Joined
- Sep 29, 2015
- Messages
- 377
- Office Version
- 365
- Platform
- Windows
Hello peeps,
I am using a macro button to unfilter a sheet, which works grand until I protect the sheet. Is there a way to enable this with a protected sheet at all?
Ta very muchly!
I am using a macro button to unfilter a sheet, which works grand until I protect the sheet. Is there a way to enable this with a protected sheet at all?
VBA Code:
Sub Unfilter()
Sheet1.ShowAllData
End Sub