Automatic sorting of a league table once a result has been entered

  • Thread starter Thread starter gatesheadthunde
  • Start date Start date
G

gatesheadthunde

Hello Readers,

Could somone let me know how I can automatically sort a league tabl
once a result has been entered. I can get the table to updat
automatically but not sort in to correct order.

Thanks in advanc
 
Hi gates;

Use the macro recorder with realative references turned on
to create a macro. Then make a button on the work sheet
and assign the macro to the button. After you information
is refreshed you'll be able to click on the button to
automatically sort the information.

When the macro is recorded you will probably need to
change the slect statement to

Range("A1").select
Activecell.CurrentRegion.Select

Thanks,

Greg
 

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