<<Convert Excel Spreadsheets to Web Pages | Trading Software That Operates Within Excel | Convert Excel, Access & Other Databases | Merge Excel Files>>
Ozgrid, Experts in Microsoft Excel Spreadsheets

Sort Excel Worksheets/Sheets in Excel

| | Information Helpful? Why Not Donate.

TRY OUT: Smart-VBA | Code-VBA | Analyzer-XL | Downloader-XL | Trader-XL| More Free Downloads.. Best Value: Finance Templates Bundle

Sorting Excel Worksheets/Sheets in Excel. VBA: Sort Excel Sheets/Worksheets

Sort Excel Worksheets/Sheets in Excel. See Also: Group Excel Worksheets/Sheets by Colour || Sort Array

The Excel VBA macro code below can be used in any Excel Workbook, or Excel add-in for sorting Excel Sheets. When run it will sort all Sheet in the active Workbook. To use the code, go to Tools>Macro>Visual Basic Editor (Alt+F11) and then to Insert>Module and paste in the code below.

Sub SortSheets()Dim lCount As Long, lCounted As LongDim lShtLast As LongDim lReply As LonglReply = MsgBox("To sort Worksheets ascending, select 'Yes'. " _& "To sort Worksheets descending select 'No'", vbYesNoCancel, "Ozgrid Sheet Sort")If lReply = vbCancel Then Exit SublShtLast = Sheets.Count    If lReply = vbYes Then 'Sort ascending        For lCount = 1 To lShtLast            For lCount2 = lCount To lShtLast                If UCase(Sheets(lCount2).Name) < UCase(Sheets(lCount).Name) Then                    Sheets(lCount2).Move Before:=Sheets(lCount)                End If            Next lCount2        Next lCount    Else 'Sort descending     For lCount = 1 To lShtLast            For lCount2 = lCount To lShtLast                If UCase(Sheets(lCount2).Name) > UCase(Sheets(lCount).Name) Then                    Sheets(lCount2).Move Before:=Sheets(lCount)                End If            Next lCount2        Next lCount    End IfEnd Sub

See Also: Group Excel Worksheets/Sheets by Colour || Sort Array

Excel Dashboard Reports & Excel Dashboard Charts 50% Off Become an ExcelUser Affiliate & Earn Money

Special! Free Choice of Complete Excel Training Course OR Excel Add-ins Collection on all purchases totaling over $64.00. ALLpurchases totaling over $150.00 gets you BOTH! Purchases MUST be made via this site. Send payment proof to [email protected] 31 days after purchase date.


Instant Download and Money Back Guarantee on Most Software

Try out:Analyzer XL |Downloader XL |Smart VBA |Trader XL Pro (best value) |ConsoXL | MergeXL | O2OLAP for Excel | MORE>>

Excel Trader PackageTechnical Analysis in Excel With $139.00 of FREE software!

Microsoft � and Microsoft Excel � are registered trademarks of Microsoft Corporation. OzGrid is in no way associated with Microsoft

Some of our more popular products are below...
Convert Excel Spreadsheets To Webpages | Trading In Excel | Construction Estimators | Finance Templates & Add-ins Bundle | Code-VBA | Smart-VBA | Print-VBA | Excel Data Manipulation & Analysis | Convert MS Office Applications To...... | Analyzer Excel | Downloader Excel | MSSQL Migration Toolkit | Monte Carlo Add-in | Excel Costing Templates