automatic sorting

B

Brian

is there a way to set an area to sort by a column automatically after data is entered in a cell in that column
example
A B C D
24-MAY NAME ??? ??? ???
3-APRIL NAME ??? ??? ??
5-MAY NAME ??? ??? ??

i will enter my data in each row starting with cell E then work my way back to A. after entering the date in A i want the rows to sort by column A. (desending) thanks in advance
 
T

tal

use the worksheet_change function

-----Original Message-----
is there a way to set an area to sort by a column
automatically after data is entered in a cell in that
column.
example:
A B C D E
24-MAY NAME ??? ??? ???
3-APRIL NAME ??? ??? ???
5-MAY NAME ??? ??? ???

i will enter my data in each row starting with cell E
then work my way back to A. after entering the date in A i
want the rows to sort by column A. (desending) thanks in
advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top