hi
i have my sheet protected using the vba command
now i cant seem to use the autofilter command
is tehre anyway to use the audo filter and have a protected worksheet.
maybe a button that unprotects, uses autofilter then protects again, or something like that
please help
quizzed
faxof
i have my sheet protected using the vba command
Code:
worksheet(i).protect password:="secret" userinterfaceonly:="True"
now i cant seem to use the autofilter command
is tehre anyway to use the audo filter and have a protected worksheet.
maybe a button that unprotects, uses autofilter then protects again, or something like that
please help
quizzed
faxof