Hi All,
I'm trying to get a macro to perform the sort function across multiple sheets to reduce click count.
The columns and header rows don't change but when I record the macro, it never works on the next workbook.
I want to run it from copies of the same workbook so it needs to point to the active workbook.
This is what I need it to do;
Sheet 1 (Contacts):
Sort range A3:A1000 by columns A, then B (all ascending)
Sheet 2 (Centres):
Sort range A8:A1000 by columns B, then C, then A (all ascending)
Sheet 3 (Cases):
Sort range A4:A1000 by columns A, then B (all ascending)
Sheet 4 (Requests):
Sort range A4:A1000 by columns A, then B, then G (all ascending)
Any help would be appreciated, I'm OK at amending recorded macros with the basics but not writing from scratch.
I'm trying to get a macro to perform the sort function across multiple sheets to reduce click count.
The columns and header rows don't change but when I record the macro, it never works on the next workbook.
I want to run it from copies of the same workbook so it needs to point to the active workbook.
This is what I need it to do;
Sheet 1 (Contacts):
Sort range A3:A1000 by columns A, then B (all ascending)
Sheet 2 (Centres):
Sort range A8:A1000 by columns B, then C, then A (all ascending)
Sheet 3 (Cases):
Sort range A4:A1000 by columns A, then B (all ascending)
Sheet 4 (Requests):
Sort range A4:A1000 by columns A, then B, then G (all ascending)
Any help would be appreciated, I'm OK at amending recorded macros with the basics but not writing from scratch.