Filters on Protected Worksheets

  • Thread starter Thread starter CiaraG
  • Start date Start date
C

CiaraG

Does anyone know how to activate a filter on a protected
worksheet without actually unprotecting the sheet?

Any ideas would be appreciated.

Rgs,

Ciara
 
Hello Ciara,
Does anyone know how to activate a filter on a protected
worksheet without actually unprotecting the sheet?

yes that will work:

for filters
ActiveSheet.EnableAutoFilter = True

for outlining
ActiveSheet.EnableOutlining = True

Look at VBA help for details.

Best regards

arno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top