Sort Data Macro

R

rbrewer

I have an excel file that I have 3 sheets of the same info in, just sorted
differently. What I want to do is update page 1 manually and have the other
two pages update and sort the data in the correct order automatically. Is
there a macro for this?

Thanks in advance.
 
M

mrice

You need to use a macro linked to the change event on your first sheet.

This would add a new data to the secong and third sheets and then apply
the sort criteria to each in turn.
 
M

mrice

You need to use a macro linked to the change event on your first sheet.

This would add a new data to the secong and third sheets and then apply
the sort criteria to each in turn.
 
Top