View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
FVO FVO is offline
external usenet poster
 
Posts: 3
Default How do I set auto-sort for a column in a worksheet?

Hi;
I need to create a worksheet to keep record of customers.
I have the following example:
NAME PHONE ADDRESS CONTRACT WK1 WK2
Phil 123-456
Angel 321-654
John 987-630

I need to keep the first row as the titles row, and need the worksheet to
automatically sort in alphabetical order based on the name, and to do it
everytime a new customer is added to the list.

HOW CAN I DO THAT?

Regards,
FVO