Can I automatically sort worksheets in excel?

D

Duke Carey

If you check the index on Chip's website, there are instructions on where to
place the code and how to use it. Look under VBA and or macros
 
C

Chip Pearson

Jimmy,

Press ALT+F11 to open the VBA Editor. There, go to the Insert
menu and choose Module. In that code module, paste the code from
my web site. Go back to Excel, press ALT+F8 to bring up the
Macros dialog, and choose SortWS from the list.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Top