J
John
I am trying to sort by column "s" and the following code does nothing... but
doesn't have any VBA errors. I am in excel 2007
Range("A4:x4").Select
'Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
ActiveWorkbook.Worksheets("CALLMON").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("CALLMON").Sort.SortFields.Add Key:=Range( _
"S4"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
any ideas?????????
doesn't have any VBA errors. I am in excel 2007
Range("A4:x4").Select
'Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
ActiveWorkbook.Worksheets("CALLMON").Sort.SortFields.Clear
ActiveWorkbook.Worksheets("CALLMON").Sort.SortFields.Add Key:=Range( _
"S4"), SortOn:=xlSortOnValues, Order:=xlAscending, DataOption:= _
xlSortNormal
any ideas?????????