Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi guys,
been running macros (activated by buttons) to sort spreadsheet from specific collumns e.g. ActiveSheet.Unprotect Range("B10:GJ89").Select Selection.Sort Key1:=Range("CO10"), Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=6, MatchCase:=False, Orientation:=xlTopToBottom, _ DataOption1:=xlSortNormal Range("CO1").Select ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True _ , AllowSorting:=True ActiveWindow.ScrollColumn = 91 End Sub Now, having edited this worksheet, when I run each macro: it misses out the top row e.g. row #10 but sorts the rest?????? Checked the macro and it hasn`t changed and this is happening to all my macros now on this sheet. Use the same macros on similar sheets in workbook and they still work fine. Sorted the sheet `by hand` and it sorts just fine. Any ideas : I`m stuck until I get it sorted an on a deadline HELP! Thanks RR1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Missing Macro | Excel Worksheet Functions | |||
Missing sort ascending or descending when go into "data" "sort"? | Excel Discussion (Misc queries) | |||
Missing a command in this macro | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
How to sort/synchronise 2 data columns with missing records? | Excel Discussion (Misc queries) |