View Single Post
  #1   Report Post  
Claude38
 
Posts: n/a
Default HOW DO I SORT NAMED CELLS ? (the name stays in the original place)

Hello,

I have an array of cells containing questions and answers. I want to
present those question in a different order every time. So I generate a list
of random numbers associated with the question-answer duets and I use those
numbers to change the order when I need to. But for future processing, each
answer cell has a name, and the name stays in its original place after
sorting, which seems strange to me.

Is there a way around this problem ?

Thanks for helping.
Claude