+ Reply to Thread
Results 1 to 16 of 16

Help-Multiple Tabs Date and Day Wise

  1. #1
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Help-Multiple Tabs Date and Day Wise

    Hey,

    I need to make one Excel for my personal work for 30 days tabs with date and day

    For Ex. 01/02/13-Fri (in one tab)
    02/02/13-Sat(in second tab)


    Please Help.

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    Hi Anasrizvi,

    welcome to the forum.
    You need these dates as Tab names or an entry some where in tab ?


    Regards,
    DILIPandey
    <click on below * if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    Quote Originally Posted by dilipandey View Post
    Hi Anasrizvi,

    welcome to the forum.
    You need these dates as Tab names or an entry some where in tab ?


    Regards,
    DILIPandey
    <click on below * if this helps>
    I need this as a new tab name.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help-Multiple Tabs Date and Day Wise

    I have created a sample template workbook for the expected task. The code I written for this is given below:

    Please Login or Register  to view this content.
    The SHEET / WORKBOOK is protected with a password which is nothing just my identity name without any case sensitivity.
    Attached Files Attached Files


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    Okay.. then it can not be achieved using formula and functions.. try using below macro (VBA ) code :-

    Please Login or Register  to view this content.
    Regards,
    DILIPandey
    <click on below * if this helps>

  6. #6
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    Quote Originally Posted by :) Sixthsense :) View Post
    I have created a sample template workbook for the expected task. The code I written for this is given below:

    Please Login or Register  to view this content.
    The SHEET / WORKBOOK is protected with a password which is nothing just my identity name without any case sensitivity.
    Your Sample Work Book is Not Working..

  7. #7
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    Quote Originally Posted by dilipandey View Post
    Okay.. then it can not be achieved using formula and functions.. try using below macro (VBA ) code :-

    Please Login or Register  to view this content.
    Regards,
    DILIPandey
    <click on below * if this helps>
    I am beginner is Excel Ho to add this Code in VB
    Thanks for ur reply.

  8. #8
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    Hi Anas,

    Copy this code and go to Excel window.
    Press Alt + F11
    press (Alt + i + m)
    paste this code
    press F5


    Regards,
    DILIPandey
    <click on below * if this helps>

  9. #9
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    Quote Originally Posted by dilipandey View Post
    Hi Anas,

    Copy this code and go to Excel window.
    Press Alt + F11
    press (Alt + i + m)
    paste this code
    press F5


    Regards,
    DILIPandey
    <click on below * if this helps>
    Thanks...a Lot

  10. #10
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    you are welcome..

    Please mark this thread as [SOLVED], if you query is resolved.
    Also, suggest you to avoid quoting whole posts. ..

    Regards,
    DILIPandey
    <click on below * if this helps>

  11. #11
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    How Can i Change from Jan to Feb March Etc in the Code.
    And if i want to print the same format which i am using in individual sheet in all the other 30 excel tabs how to do that?
    Any code for that too?

  12. #12
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    How Can i Change from Jan to Feb March Etc in the Code.
    Since its January hence code will generate sheet tabs for January...when you,ll be in Feb, code will generate sheets for Feb... don't worry on that part.

    And if i want to print the same format which i am using in individual sheet in all the other 30 excel tabs how to do that?
    Format is there in the code as "WorksheetFunction.Text(n + b, "dd-mmm-yy")",
    You can change "dd-mmm-yy" as per your desired format.


    Regards,
    DILIPandey
    <click on below * if this helps>

  13. #13
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    No Suppose on 1st Jan i have some format in that individual tab
    and i want to copy that same format in all the 30 tabs with out copy paste.

    like ex. Name Age Class Percentage Subjects

    This is in 1 st Jan and i want to copy this all in 30 tabs how to do this

  14. #14
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    Hi Anasrizvi,

    When I asked
    You need these dates as Tab names or an entry some where in tab ?
    You said
    I need this as a new tab name.
    and now what you are asking is not related to this.. please create a separate thread for your new request and mark current thread as [SOLVED]. thanks.

    Regards,
    DILIPandey
    <click on below * if this helps>

  15. #15
    Registered User
    Join Date
    01-26-2013
    Location
    Mozambique
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Help-Multiple Tabs Date and Day Wise

    Solved my problem...

  16. #16
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: Help-Multiple Tabs Date and Day Wise

    Cheers

    Please mark this thread as [SOLVED]...

    " Click Thread Tools above your first post, select "Mark your thread as Solved". Or click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Dropdown option or Edit button will not appear -- ask a moderator to mark it."

    Regards,
    DILIPandey
    <click on below * if this helps>

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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