O
Onfrek
Hi, all!
I need macro that sort selected row and then jump to next row and so on
to the end of Sheet. I recorded this macro:
Sub Makro1()
Range("E2:H2").Select
Selection.Sort Key1:=Range("E2"), Order1:=xlAscending,
Header:=xlGuess, _
OrderCustom:=5, MatchCase:=False, Orientation:=xlLeftToRight
End Sub
This one sorts only one row, how can i solve my problem?
Thanks for any help
I need macro that sort selected row and then jump to next row and so on
to the end of Sheet. I recorded this macro:
Sub Makro1()
Range("E2:H2").Select
Selection.Sort Key1:=Range("E2"), Order1:=xlAscending,
Header:=xlGuess, _
OrderCustom:=5, MatchCase:=False, Orientation:=xlLeftToRight
End Sub
This one sorts only one row, how can i solve my problem?
Thanks for any help