+ Reply to Thread
Results 1 to 7 of 7

Excel 2010 - Cannot Add or Delete tabs

Hybrid View

  1. #1
    Registered User
    Join Date
    04-18-2012
    Location
    AZ
    MS-Off Ver
    Excel 2010
    Posts
    3

    Question Excel 2010 - Cannot Add or Delete tabs

    I need help figuring out why I cannot add or delete tabs in my workbook. The file is not shared nor is it password protected. What else could be causing me the issue that when I right click on a tab the option to delete, copy or move are grayed out.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel 2010 - Cannot Add or Delete tabs

    Hi Shoultes,

    Perhaps a macro or add-in disabled those options. To reset the worksheet tab's context (right-click) menu, put the following code into a module and run it.
    Sub resetTabMenu()
    Application.CommandBars("Ply").Reset
    End Sub

  3. #3
    Registered User
    Join Date
    04-18-2012
    Location
    AZ
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 - Cannot Add or Delete tabs

    I'm using Excel 2010 and not sure where to enter the code you supplied below. I dont see 'module' as an option when I right click on the tab.

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Excel 2010 - Cannot Add or Delete tabs

    Press ALT+F11 to open the VB Editor window. Click Insert > Module. Paste the code into the blank module window. Click anywhere within the code and press F5 to run the macro. Close the VB Editor.

  5. #5
    Registered User
    Join Date
    04-18-2012
    Location
    AZ
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010 - Cannot Add or Delete tabs

    I'm back to normal! Thanks!

  6. #6
    Registered User
    Join Date
    02-25-2013
    Location
    Dubai
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Excel 2010 - Cannot Add or Delete tabs

    Hi Paul, I have the same problem however the aforementioned solution changes nothing. Any other ideas? Also using 2010. Cannot insert or delete tabs, options greyed out. Worksheet is fully unprotected, no tracking of changes, no protection whatsoever. Help!

    Thanks.

  7. #7
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Excel 2010 - Cannot Add or Delete tabs

    SimRyd,

    Welcome to the Forum.

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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