+ Reply to Thread
Results 1 to 4 of 4

"Sequential dates across tabs"

  1. #1
    Registered User
    Join Date
    08-19-2014
    Location
    Iowa, USA
    MS-Off Ver
    2013
    Posts
    6

    "Sequential dates across tabs"

    All,

    How does a person label tabs with the days of the month (Sept 1, 2014-Sept 30,2014) with out typing them one at a time?

  2. #2
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: "Sequential dates across tabs"

    You would need vba for that. I stole this from another website and haven't tested it:
    Please Login or Register  to view this content.
    Please add reputation by clicking on the * if I have helped.
    Please mark the thread SOLVED if your issue has been resolved.
    Thanks, Glenn.

  3. #3
    Registered User
    Join Date
    08-19-2014
    Location
    Iowa, USA
    MS-Off Ver
    2013
    Posts
    6

    Re: "Sequential dates across tabs"

    Not sure how to incert the code, I mean, i created a module and inputted the code, but now what?
    thanks

  4. #4
    Registered User
    Join Date
    08-19-2014
    Location
    Iowa, USA
    MS-Off Ver
    2013
    Posts
    6

    Re: "Sequential dates across tabs"

    Got it!

    I was sent this by a co-worker

    Sub SeqTab()
    strtno = Val(InputBox("what is the starting number", Default:=1500))
    For i = 0 To 31
    Sheets(i + 1).Name = "Nov_" & strtno + i
    Next i
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 08-20-2014, 07:14 AM
  2. How to get only "Sunday" highlighted in a series of dates in "cloumns"
    By Anuru in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-20-2014, 02:56 AM
  3. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  4. [SOLVED] Conditionally format dates for "This week" AND "This month"?
    By Vermilion in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-10-2012, 09:20 AM
  5. Replies: 3
    Last Post: 07-08-2011, 02:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1