Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I do a lot of sorting using the ascending and decending automatic sort keys
in Excel. I do NOT need the warning and am tired of having to answer the idiot question many times a day. Can anyone tell me how to disable this warning question? Thanks, Sally in KC |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I don't think you can disable it.
Sally in KC wrote: I do a lot of sorting using the ascending and decending automatic sort keys in Excel. I do NOT need the warning and am tired of having to answer the idiot question many times a day. Can anyone tell me how to disable this warning question? Thanks, Sally in KC -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sally,
You can use a macro assigned to a custom commandbar button instead of the automatic sort keys. For example, to sort a table based on the activecell's column, you could use this: Sub SortAscending() ActiveCell.CurrentRegion.Sort _ Key1:=ActiveCell, _ Order1:=xlAscending, _ Header:=xlYes End Sub Of course, it would sort the entire block or table, and would use headers.... HTH, Bernie MS Excel MVP "Sally in KC" <Sally in wrote in message ... I do a lot of sorting using the ascending and decending automatic sort keys in Excel. I do NOT need the warning and am tired of having to answer the idiot question many times a day. Can anyone tell me how to disable this warning question? Thanks, Sally in KC |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Sort Criteria (or Sort Lists) | Excel Worksheet Functions | |||
Can't Insert of remove worksheet in an existing workbook | Excel Discussion (Misc queries) | |||
sort warning | Setting up and Configuration of Excel | |||
Sort Ascending button - Excel 2003 | Excel Discussion (Misc queries) | |||
Data > Sort function amnesia? | Excel Discussion (Misc queries) |