+ Reply to Thread
Results 1 to 2 of 2

Reviewing Toolbar

Hybrid View

  1. #1
    DJ
    Guest

    Reviewing Toolbar

    I keep getting the Reviewing toolbar when I open workbooks. But I don't want
    to see it ... ever. I cannot delete the Reviewing toolbar directly from the
    Toolbars dialog. I could write a VBA macro that will kill it if I click a
    button, but that doesn't really save me much, as I can get rid of it from the
    Toolbars menu.

    What I want is never, ever, ever, under any circumstances, to see it again.
    I do not want to have to click buttons to get rid of it when it comes up, I
    want never to have it come up at all. Given how customizable Excel is
    generally, I can't conceive of why there would be no way for me to prevent
    this toolbar, which I never, ever use, from coming up.

  2. #2
    Ron de Bruin
    Guest

    Re: Reviewing Toolbar

    Hi DJ

    Run this code line one time

    Application.CommandBars("Reviewing").Enabled = False

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "DJ" <DJ@discussions.microsoft.com> wrote in message news:C12F9A8D-9199-4454-9267-2346CE440A15@microsoft.com...
    >I keep getting the Reviewing toolbar when I open workbooks. But I don't want
    > to see it ... ever. I cannot delete the Reviewing toolbar directly from the
    > Toolbars dialog. I could write a VBA macro that will kill it if I click a
    > button, but that doesn't really save me much, as I can get rid of it from the
    > Toolbars menu.
    >
    > What I want is never, ever, ever, under any circumstances, to see it again.
    > I do not want to have to click buttons to get rid of it when it comes up, I
    > want never to have it come up at all. Given how customizable Excel is
    > generally, I can't conceive of why there would be no way for me to prevent
    > this toolbar, which I never, ever use, from coming up.




+ 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