T
Techtrainer
How can I sort the sheet tabs in my workbook
Techtrainer said:How can I sort the sheet tabs in my workbook
Chip Pearson said:The lines
ActiveWorkbook.Sheets(iSheet).Move
Before:=ActiveWorkbook.Sheets(iBefore)
should all be on one line in the code module.
See also www.cpearson.com/excel/sortws.htm for a procedure to
sort worksheets.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
message