Autofilter in protected worksheet

G

Gustavo

Hi everyone,
Does anybody know how to have a working autofilter in a
protected worksheet? I work with Excel 2000
Thanks in advance
Gustavo
 
D

Dave Peterson

It was added in xl2002, but Debra's Dalgleish's code actually protects the
worksheet in a special way that allows the use of the existing autofilter
dropdowns.

This is the top secret portion in Deb's code:
....,UserInterfaceOnly:=True
 
Top