Default Sort

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I program Excel to Sort everything by the data in the 5th column automatically, by default
Is that possible? or do I have to go in and sort it every time myself?
 
Hi
you may use the worksheet_change event to check if new data has been
entered but I would recommend to sort manually
 
Thank you Frank for responding! I will continue to do it manually :) it's just that I forget to re-sort it everytime... then people send it back to me to correct:) Once again thank's for your help.
 
I'm not sure if Frank meant sort the data manually or initiate a macro manually
(not automatic).

You may want to try recording a macro when you do the sort manually. Then tweak
that macro (post back if you need help).

Then whenever you want to sort, just run that macro.
 
Im not sure if you can program it to sort on startup. But if you go t
the forms toolbar and insert a button you can assign a macro to sort b
that colum. It may not be the solution you are looking for, but i
will allow you to sort by one click of a button rather than goin
through the steps.

Et3rna
 

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