View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cel Cel is offline
external usenet poster
 
Posts: 1
Default Sorting data in sheets

Hi

I want to have a specified range appear in a form, sorted by one row in
the range.

Like this on the sheet:

x b a 3
b a x 1
b b a 2

....and like this on the form (sorted by the last row):

b a x 1
b b a 2
x b a 3

Is this possible?