Sorting issue

  • Thread starter Thread starter evertonk
  • Start date Start date
E

evertonk

Hi there ,

I need to sort a worksheet based on a specifct criteria, on a
collumn,
based on collumn A , DVD then MD them CD.

Like this:

Original
A B C
CD 10 xx
CD 10 xx
DVD 10 xx
CD 10 xx
DVD 10 xx
MD 10 xx
CD 10 xx
MD 10 xx
CD 10 xx

After
A B C

DVD 10 xx
DVD 10 xx
MD 10 xx
MD 10 xx
CD 10 xx
CD 10 xx
CD 10 xx
CD 10 xx
CD 10 xx

Regards
 
Create a custom list DVD,MD,CD using Tools->Options->Custom List

Then when you sort select column then choose options and select the custom
list just created.
 
Create a custom list DVD,MD,CD using Tools->Options->Custom List

Then when you sort select column then choose options and select the custom
list just created.

--

Regards,
Nigel
(e-mail address removed)

Tks a Lot worked perfectly in my vba code.

Best regards
 

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

Back
Top