Automatic Sorting Function?

  • Thread starter Thread starter Scott B. Hogle
  • Start date Start date
S

Scott B. Hogle

Is there a way for Excel to automatically sort a column?

I know that I can manually sort the column with the Data -
Sort process, but I was hoping that there was a way that
it could be done automatically.

I will be cutting and pasting data into Excel and it
would make it much easier to train the end user if I
didn't have to have them manually sort the data.

Thanks in advance for your help.


SBH
 
Hi
the only way would be to use an event procedure (e.g. the
worksheet_change event) and sort the data within this procedure.
 

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

Sorting day names chronologically 5
Automatic Sorting? 6
automatic sorting 4
Sorting the spreadsheet! 2
Sorting data 1
Macros Automatically Sort 5
Automatic sorting 3
VBA- Excel Programming:- 0

Back
Top