Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to allow "Autofiltering=True" when the protect function turns on. Tried to create a macro for protect to get a code sample but could not make it work with the following functions: Private Function unprotectSh(Sh As String) z = "me" unprotectSh = Sheets(Sh).unprotect(z) End Function Private Function protectSh(Sh As String) z = "me" protectSh = Sheets(Sh).protect(z) End Function When protect funtions executes, autofilter on the worksheet doesnot work. Your help in this is greatly appreciatied, thank you. Sincerely, Floss |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protect/Unprotect Multiple Sheets With Full Options | Excel Discussion (Misc queries) | |||
Protect, unprotect | Excel Discussion (Misc queries) | |||
Protect / unprotect function | Excel Worksheet Functions | |||
Mass Protect and unProtect | Excel Discussion (Misc queries) | |||
Protect\Unprotect VBA project | Excel Programming |