Macros and sort function

T

TimJ

I'm trying to create a macro for a workbook. The sorting feature doesn't
transfer to my next worksheet of data. How can I create a macro that will
allow sorting to each of my specified worksheets?
 
T

Tevuna

You have to edit the macro script
Replace the worksheet name (Sheet1) with ActiveSheet
 
Top