Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't help you then. I haven't yet worked in a shared environment. Sorry.
Somebody else will have to pick up on this thread. I will research this, but it will take me a while so I'm going to bow out. Good luck Jimbo, -- Jay "Jimbo" wrote: I can't unprotect the worksheet without first un-sharing it ... and I don't want the macro to kick-off other users. "Jay" wrote: Hi Jimbo - Try unprotecting the sheet before the "showall" method statement. Then reprotect: ActiveSheet.Unprotect ActiveSheet.ShowAllData ActiveSheet.Protect AllowFiltering:=True Note that you may have to provide the protect and unprotect statements with passwords or other settings as needed. -- Jay "Jimbo" wrote: I have a protected and shared workbook with data filters enabled. Often users will exit the workbook and leave their data-filter choices ... making it difficult for the next user. I recorded a show-all macro that runs on a button but it gives a VB error (something like) "that feature is not allowed on a protected workbook". Any ideas how I can get around this limitation? Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run a sort macro in a protected WORKBOOK | Excel Discussion (Misc queries) | |||
Macro for filter on protected workbook that works for all sheets, no matter what sheets are named? | Excel Programming | |||
Auto Filter - Protected sheet/workbook | Excel Discussion (Misc queries) | |||
Running a macro to protect a workbook on a already protected workbook UNprotects the workbook ?? | Excel Programming | |||
Excel 2000 and filter feature in a protected workbook | Excel Programming |