D
Dave Unger
Hello,
With regard to Autofiltering on a protected sheet, can anyone tell me what the difference (if any) is between these 2 code segments?
ActiveSheet.Protect Contents:=True,Userinterfaceonly:=True,AllowFiltering:=True
or
ActiveSheet.Protect Contents:=True, Userinterfaceonly:=True
ActiveSheet.EnableAutoFilter = True
I seem to get the same results, using either one. Can't seem to find a definitive answer on any of the forums, etc.
Thank you,
Regards
Dave
With regard to Autofiltering on a protected sheet, can anyone tell me what the difference (if any) is between these 2 code segments?
ActiveSheet.Protect Contents:=True,Userinterfaceonly:=True,AllowFiltering:=True
or
ActiveSheet.Protect Contents:=True, Userinterfaceonly:=True
ActiveSheet.EnableAutoFilter = True
I seem to get the same results, using either one. Can't seem to find a definitive answer on any of the forums, etc.
Thank you,
Regards
Dave