Thread: compress cells
View Single Post
  #1   Report Post  
tommy
 
Posts: n/a
Default compress cells

i have a number of records in a list in a column. I need to compress the
records so that all the records bunch up.

e.g.

rec1

rec2

rec3

becomes...

rec1
rec2
rec3

is there an automatic way to do this? i have rather a lot of records to do
it for!

rgds,

Tom