+ Reply to Thread
Results 1 to 10 of 10

Need to Delete multiple sheet

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

    Need to Delete multiple sheet

    Hi,

    The attached file have the coding for deleting the multiple sheets in a excel book.

    But if the number sheet is more than 30 or 40, than this is not working out as it is required some corrections.

    Pls check and do the necessary correction to delete 'n' number sheets in a single workbook
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Need to Delete multiple sheet

    The code deletes 3 sheet which are specified in the array list.vaNames = Array("Sheetname1", "Sheetname2", "Sheetname3")
    If you want to delete all sheets.


    Please Login or Register  to view this content.

  3. #3
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,198

    Re: Need to Delete multiple sheet

    Hi, AB33,

    you canīt delete all sheets in a workbook - by default one needs to remain.

    @BALA1983:
    Please Login or Register  to view this content.
    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

  4. #4
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Need to Delete multiple sheet

    Hi Holger!
    Good catch!

    Please Login or Register  to view this content.

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

    Re: Need to Delete multiple sheet

    I don't wanna to delete all the sheets. my requirement is to delete specified number of sheets. But in my coding if i put more number of sheet names (40 - 50 Sheetnames), then it will automatically come down to second line. There i am finding difficulty.

    To be very simple i want to delete 500 sheets. where excel book has 1000 sheets.

    Pls help me in this regard

  6. #6
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 365 on Win11 (desktop), 2019 on Win11 (notebook)
    Posts
    8,198

    Re: Need to Delete multiple sheet

    Hi, BALA1983,

    I think thatīs the wrong way around, I would check those sheets I need inside the workbook and delete the other ones.

    Regarding your question about continuation. This can be done with an underscore like this:
    Please Login or Register  to view this content.
    Ciao,
    Holger

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

    Re: Need to Delete multiple sheet

    Does this help??

    Please Login or Register  to view this content.

  8. #8
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need to Delete multiple sheet

    Quote Originally Posted by BALA1983 View Post
    I don't wanna to delete all the sheets. my requirement is to delete specified number of sheets. But in my coding if i put more number of sheet names (40 - 50 Sheetnames), then it will automatically come down to second line. There i am finding difficulty.

    To be very simple i want to delete 500 sheets. where excel book has 1000 sheets.

    Pls help me in this regard
    What do you mean by 'come down to second line' - are you having problems with the length of the array wrapping in the VBE?

    If this is the issue, you can declare your array as follows:

    Please Login or Register  to view this content.
    Might it not be easier to maintain the list of sheet names for deletion in a worksheet range, and loop through each cell in that range?
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

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

    Re: Need to Delete multiple sheet

    Thanks this is working now...

  10. #10
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Need to Delete multiple sheet

    Quote Originally Posted by BALA1983 View Post
    Thanks this is working now...
    For completeness, can you tell us what made it work?

+ 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. multiple sheet data in 1 sheet then delete every sheet except the masterlist.
    By maria.blue44 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-13-2013, 11:48 AM
  2. [SOLVED] Copy row from sheet 1 to next row in sheet 2. delete from sheet 1 and move rows up
    By papabob1954 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-16-2012, 09:38 PM
  3. [SOLVED] Daniello1 - How to write a macro that would delete a sheet across multiple workbooks
    By tigeravatar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-15-2012, 05:31 PM
  4. Multiple sheet Compare and Delete
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-03-2009, 11:20 AM
  5. Delete multiple columns by column name no criteria need, just delete them
    By duugg in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-24-2009, 10:40 AM

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