R
Ren
Hi Tom,
i have multiple sheets from A to Z
and i need to sort column L
i used this code
Sub sort()
cells.sort Key1:=range("L2"), Header:=xlYes
End Sub
it's working for the single sheet.
but i want it for all the sheets
how to modify your code.i tried but could't get thru.
thanks in advance
Ren
i have multiple sheets from A to Z
and i need to sort column L
i used this code
Sub sort()
cells.sort Key1:=range("L2"), Header:=xlYes
End Sub
it's working for the single sheet.
but i want it for all the sheets
how to modify your code.i tried but could't get thru.
thanks in advance
Ren