View Single Post
  #2   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"Carrie" wrote in message
...
I want to add information to a worksheet and then sort the data into
alphabetical order all using a macro.

Can not seem to be able to get this function to work.

Can it be done? If so how?


Select the column(s) where your data is and use Data Sort. A wizard will
appear.

Lets say you have a list of mnames. If you have Name in column A and Tel# in
column B, you must select both columns before you do the sort so that name
and phone# match after the sort is done.

/Fredrik