Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Can you help with my sort macro below, If nothing in the range F6:F15 does not equal the value of F5 then clear the contents of A6:F15 Sub Macro12() Sheets("OB;In;Av").Select Range("A5:F15").Select Selection.Sort Key1:=Range("F5"), Order1:=xlDescending, Key2:=Range("E5") _ , Order2:=xlDescending, Header:=xlNo, OrderCustom:=1, MatchCase:=False End Sub -- Many Thanks Sue |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort Macro | Excel Discussion (Misc queries) | |||
Macro conversion from Lotus 1-2-3 to Excel (Sort Macro) | Excel Programming | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
Using Macro to sort without clicking on macro button | Excel Discussion (Misc queries) | |||
Sort Macro | Excel Programming |