+ Reply to Thread
Results 1 to 11 of 11

Arraning Excel Sheet in a given series

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    50

    Arraning Excel Sheet in a given series

    Will it be possible to rearrange the sheets of a book in a given order.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Arraning Excel Sheet in a given series

    Sheets("Sheet1").Move After:=Sheets(3)

    You can do this in Excel, so you could have recorded youself doing it, and would have solved it, also 1st answer in google would have done it to.
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Arraning Excel Sheet in a given series

    It is possible, but we need more information on what order you'd like to put them in. And based what.

  4. #4
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Arraning Excel Sheet in a given series

    If the sheet name is "1, 2, 3, 4, 5, 6, 7, 8, 9, 10"

    I want to rearrange in this order "1, 3, 5, 7, 9, 2, 4, 6, 8, 10"...

    Note: Sheetname could be Alphanumeric also. i want to rearranged based order given by me.

  5. #5
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Arraning Excel Sheet in a given series

    Maybe for your example.

    Please Login or Register  to view this content.
    For this one your Array needs to be in reverse order of your arrangement.

  6. #6
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Arraning Excel Sheet in a given series

    In a normal excel Book, the sheets will in this order... " Sheet1, Sheet2, Sheet3, Sheet4, Sheet5, Sheet6, Sheet7, Sheet8, Sheet9, Sheet10".

    Now i want to rearrange them in a new order like this... "Sheet8, Sheet9, Sheet10, Sheet2, Sheet3, Sheet4, Sheet5, Sheet6, Sheet1, Sheet7"

    Something without any order... that is what i mainely required. That order will be defined by me...

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,513

    Re: Arraning Excel Sheet in a given series

    Here is the code:
    Please Login or Register  to view this content.
    Last edited by kvsrinivasamurthy; 09-19-2014 at 02:19 AM.

  8. #8
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Arraning Excel Sheet in a given series

    This is working well.. Sheets are not arranged in the given order. can you explain me how to fill the inputbox exactly with my given example.

  9. #9
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,513

    Re: Arraning Excel Sheet in a given series

    Now i want to rearrange them in a new order like this... "Sheet8, Sheet9, Sheet10, Sheet2, Sheet3, Sheet4, Sheet5, Sheet6, Sheet1, Sheet7"

    Enter like this,
    Sheet8, Sheet9, Sheet10, Sheet2, Sheet3, Sheet4, Sheet5, Sheet6, Sheet1, Sheet7

  10. #10
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Arraning Excel Sheet in a given series

    i have given the same input within double codes. But still the sheets were remains in the same order as it was in original. Can pls check and do the needful in closing the issue. this is help me a lot.

  11. #11
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,513

    Re: Arraning Excel Sheet in a given series

    Do not Give double cotes.

+ 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. Excel 2007 : Graph named series not copying with sheet
    By sweep in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 08-07-2014, 08:02 AM
  2. Replies: 3
    Last Post: 11-21-2011, 05:42 AM
  3. Changing a Series of Numbers in an Excel sheet column
    By KoolSIM in forum Excel General
    Replies: 3
    Last Post: 04-30-2009, 03:10 AM
  4. excel chart maximum series should more than 255 series
    By kameking in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 06-20-2006, 03:00 AM
  5. how do I change a line series to a column series in excel?
    By Mati in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-12-2005, 05:06 AM

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