View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JMC JMC is offline
external usenet poster
 
Posts: 14
Default AutoFilter Macro Protected Sheet

Excel 2003: I am unprotecting/reprotecting an active sheet using a macro.
After running the macro the autofilter gets turned off. The autofilter is
not embedded in the macro. I tried to code: ActiveSheet.EnableAutoFilter
= True
but that does not seem to work. Any suggestions?