Excel VBA Video Training/ EXCEL DASHBOARD REPORTS

Ozgrid, Experts in Microsoft Excel Spreadsheets

Add Excel Worksheets in Weekday Sequence

 

Add Worksheets to Excel in Day Sequence/Order

Got any Excel Questions? Free Excel Help .

Lot's More: Excel VBA

Add Excel Worksheets in Numeric Order.

See Also Add Worksheets || Add Worksheets in Month Order || Add Sheets in Numeric Order || Sort Excel Sheets/Worksheets

There are occasions where adding a new Worksheet to an Excel Workbook should be added in a Weekday sequence. For example, you may need to add Worksheets, name them in a day order (Monday to Sunday) and have the Worksheets in the correct Weekday position. The code below will do this

Sub AddWsInWeekDayOrder()

    Dim ws As Worksheet, wsTest As Worksheet

    Dim lMatch As Long, strTest As String

     

    On Error Resume Next

    Application.EnableEvents = False

     

    For Each ws In Worksheets

        lMatch = WorksheetFunction.Match(ws.Name, _

         Array("MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY"), 0)

        strTest = Choose(lMatch, "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", _

        "SATURDAY", "SUNDAY")

        If lMatch <> 0 Then

            Set wsTest = Nothing

            Set wsTest = Sheets(strTest)

            If wsTest Is Nothing Then

                Sheets.Add After:=Sheets(ws.Index)

                ActiveSheet.Name = strTest

                Application.EnableEvents = True

                Exit Sub

            End If

        End If

    Next ws

    Sheets.Add().Name = "MONDAY"

    Application.EnableEvents = True

    On Error GoTo 0

End Sub

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. ALL purchases 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

Excel VBA Video Training/ EXCEL DASHBOARD REPORTS

Excel Trader Package Technical 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