help with Sorting

  • Thread starter Thread starter maju
  • Start date Start date
M

maju

Can sorting go up to 6 keys? Key1, key2, key3, key4 …key6

I am trying to sorting 6 different column/row in ascending order.

if so, i need hep with the code.

Thanks
 
You can do multiple sorts, but only three at a time. Do the less precedence
first

If you were sorting the number 6 5 4 3 2 1. One digit in each columns A - F.
sort D E F first. Then repeat using columns A B C.
 
Thanks guys

Joel said:
You can do multiple sorts, but only three at a time. Do the less precedence
first

If you were sorting the number 6 5 4 3 2 1. One digit in each columns A - F.
sort D E F first. Then repeat using columns A B C.
 
how do i determine the last cell and then sort the information. i dont wand
to hard code the ranges. because datas changes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top