Home |
Search |
Today's Posts |
#2
![]() |
|||
|
|||
![]() Quote:
ActiveWorkbook.Worksheets("SS").Sort.SortFields.Cl ear ActiveWorkbook.Worksheets("SS").Sort.SortFields.Ad d Key:=Sheet8.UsedRange, _ SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:=xlSortNormal With ActiveWorkbook.Worksheets("SS").Sort .SetRange Range(?????????) .Header = xlYes .MatchCase = False .Orientation = xlTopToBottom .SortMethod = xlPinYin .Apply End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA equivalent for XLL? | Excel Programming | |||
Left() Need the equivalent of this | Excel Programming | |||
"=ROW()-1" type of coding doesn't appear in a filter / is there coding that does? | Excel Programming | |||
Implant macro coding into ASP coding | Excel Programming | |||
Equivalent Of VAL | Excel Programming |