Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code, but realize that the blanks are sorted to the top
How can I prevent this. They need to stay at the bottom I need the blanks, to add rows of names in the future. After each new name is entered, it should rearrange the data in the cells specified in alphabetical order of the names. Sub Alpha() ActiveWindow.LargeScroll ToRight:=3 Range("AS2:DS100").Select ActiveWindow.ScrollRow = 1 Selection.Sort Key1:=Range("AS2"), Order1:=xlAscending, Header:=xlGuess, _ OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom ActiveWindow.SmallScroll ToRight:=-3 ActiveWindow.ScrollColumn = 1 Range("C8").Select End Sub Thank you for any suggestions |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Median - Ignore blanks | Excel Discussion (Misc queries) | |||
Ignore Blanks | Excel Discussion (Misc queries) | |||
How do I sort alpha neumeric fields that have an alpha suffix? | Excel Worksheet Functions | |||
USING IGNORE BLANKS IN FORMULA | Excel Discussion (Misc queries) | |||
Ignore Blanks | Excel Programming |