Sorting

  • Thread starter Thread starter S. Kissing
  • Start date Start date
S

S. Kissing

Can I set-up a column so that new data sorts into the list alphabetically?
 
Using macros you can do it but generally speaking your end users will find it
very disconcerting. As soon as you hit enter the item you just typed
disappears and in it's place you see the last alpha entry... You spend a lot
of time wondering if you typed it correctly and just where it really went.

Generally speaking you are better off to add a command button to sort the
list or use events such as activating and deactivating the sheet.
 
You want your column to sort automatically as you enter new data?

This can be done with sheet event code but I don't think it is a good idea.

Can be very hard to find the last data entered if user makes a mistake in
data entry.

Did user enter llama or plama and where did it sort to?

I suggest just entering the data, check for errors and when happy, just hit
Data>Sort.

If you want auto-sort, post back.


Gord Dibben MS Excel MVP
 

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