D
Dave Unger
Hello,
I'm running a macro which unprotects a sheet, applies an autofilter,
then protects the sheet again with filtering enabled.
I'm wondering what the difference is between these 2 snippets, they
seem to be equivalent in this instance:
with wk
.EnableAutoFilter = True
.Protect UserInterfaceOnly:=True
versus
.Protect AllowFiltering:=True
Thanks for any insight on this,
regards,
DaveU
I'm running a macro which unprotects a sheet, applies an autofilter,
then protects the sheet again with filtering enabled.
I'm wondering what the difference is between these 2 snippets, they
seem to be equivalent in this instance:
with wk
.EnableAutoFilter = True
.Protect UserInterfaceOnly:=True
versus
.Protect AllowFiltering:=True
Thanks for any insight on this,
regards,
DaveU