Sort 2 column simultaneously

G

geniusideas

Hi,

I wanted to sort 2 column for example:
Before
A B
1 D1
2 B1
3 C1
4 A1
6 B1
5 C1
After
A B
1 D1
2 B1
6 B1
3 C1
5 C1
4 A1
Meaning primary sort is column A ,column B need to group if content
same.
Some one pls help with VBA code.
Thanks
 

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

Top