Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, come on guys. I know some one can help me with this. This is a repost in
hopes that some one can help. 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, top 10, blanks, non blanks etc..) work just fine. I am only having trouble "turning on" the ascending and descending sort options. Note 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, AllowHyperlinks:=True end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 VB macro for Alpha-Sorting on a protected sheet | Excel Programming | |||
Data ascending and decending | Excel Discussion (Misc queries) | |||
sort data by criteria other than ascending or decending | Excel Worksheet Functions | |||
Custom Filter that Displays All But in Ascending or Decending Orde | Excel Discussion (Misc queries) | |||
Order Data in Pivot Table Non ascending or Decending | Excel Discussion (Misc queries) |