Excel VBA Video Training/ EXCEL DASHBOARD REPORTS

Ozgrid, Experts in Microsoft Excel Spreadsheets

Add Excel Worksheets in Month/Monthly Sequence

 

Add Worksheets to Excel in Month Sequence/Order. Add Excel Worksheets in Monthly Sequence

Got any Excel Questions? Free Excel Help .

Lot's More: Excel VBA Add Excel Worksheets in Monthly Order. See Also Add Worksheets || Add Worksheets in Numeric Order || Add Sheets in Weekday Order || Sort Excel Sheets/Worksheets

There are occasions where adding a new Worksheet to an Excel Workbook should be added in a month sequence. For example, you may need to add Worksheets, name them one month on from the last month added and have the Worksheets in the correct month position. The code below will do this

Option Explicit

Sub AddMonthSequence()

Dim wSheet As Worksheet

Dim strName As String

Dim lMonth As Long

Dim lIndex As Long



    For Each wSheet In Worksheets

        Select Case wSheet.Name

            Case "Jan", "January"

                lMonth = 2

                lIndex = wSheet.Index

            Case "Feb", "Febuary"

                If lMonth < 3 Then lMonth = 3

                lIndex = wSheet.Index

            Case "Mar", "March"

                If lMonth < 4 Then lMonth = 4

                lIndex = wSheet.Index

            Case "Apr", "April"

                If lMonth < 5 Then lMonth = 5

                lIndex = wSheet.Index

            Case "May"

                If lMonth < 6 Then lMonth = 6

                lIndex = wSheet.Index

            Case "Jun", "June"

                If lMonth < 7 Then lMonth = 7

                lIndex = wSheet.Index

            Case "Jul", "July"

                If lMonth < 8 Then lMonth = 8

                lIndex = wSheet.Index

            Case "Aug", "August"

                If lMonth < 9 Then lMonth = 9

                lIndex = wSheet.Index

            Case "Sep", "Septemeber"

                If lMonth < 10 Then lMonth = 10

                lIndex = wSheet.Index

            Case "Oct", "October"

                If lMonth < 11 Then lMonth = 11

                lIndex = wSheet.Index

            Case "Nov", "November"

                If lMonth < 12 Then lMonth = 12

                lIndex = wSheet.Index

            Case "Dec", "December"

                If lMonth < 12 Then lMonth = 12

                lIndex = wSheet.Index

            Case Else

                If lMonth = 0 Then

                  lMonth = 1

                  lIndex = wSheet.Index

                End If

            End Select

        Next wSheet

    

    If lMonth <> 0 And lMonth < 13 Then

       On Error Resume Next

        Worksheets.Add After:=Worksheets(lIndex)

        ActiveSheet.Name = Format(DateSerial(Year(Date), lMonth, 1), "mmm")

       On Error GoTo 0

    End If



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