I am trying to get a Macro to repeat a sort on the different sheets in my workbook.
The headers are all the same on each Worksheet, just with different data (segregated by Age Groups)
For example I need to sort Col's B1:B100, D1:D100 & then F1:F100
Through searching I have found the start of the code, but I have no idea how to complete it.
That's as far as I can go.![]()
Dim ws As Worksheet For Each ws In Sheets ws.Activate
Could anyone please show me how to finish the code off? Thank you for any assistance you can offer.
Bookmarks