Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to figure out how to allow a user to use the sort ascending and
sort descending options that are displayed when the user clicks the drop down icon in a autofiltered cell. The other options (all, custom, etc..) work just fine. I am only having trouble "turning" on the ascending and descending sort options. Not that the worksheet is protected. Here is an excerpt of my code.....thanks in advance for the help! Note that AutoFiltering is turned on.... sub Workbook_Open() Sheets("WORKLOG").Unprotect .. .. .. do stuff..... .. .. ActiveSheet.Protect DrawingObjects:=False, Contents:=True, Scenarios:= _ False, AllowSorting:=True, AllowFiltering:=True, AllowUsingPivotTables:=True end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 how to stop emails from turning into hyperlinks? | Excel Discussion (Misc queries) | |||
Macro will not work in protected Excel 2003 Worksheet | Excel Programming | |||
Turning on TrackChanges in Excel 2003 from c#? | Excel Programming | |||
Reg autofiltering using macro in excel with out providing criteria | Excel Worksheet Functions | |||
Turning off all Automatic Formatting in Excel 2003 | Excel Discussion (Misc queries) |