Office 2010 turn off status bar


  1. Posts : 291
    Vista/Windows 7
       #1

    Office 2010 turn off status bar


    Hi all,

    How do I turn off or hide the status bar in outlook 2010?
    I can not find the option anywhere.

    Thanks
      My Computer


  2. Posts : 1
    Windows XP
       #2

    show hide status bar macro for Microsoft Office Word 2010


    Here's a quick Macro i made that any one can use. Create a new macro then paste the following code into it, save it, and then customize your ribbon and add it to your quick access toolbar.

    You can now Toggle (show / hide / on / off) the status bar with a simple click of your mouse button! :)

    Code:
    Sub ShowHideStatusBar()
    '
    ' Show/hide status bar macro
    '
    ' Christian Gould,
    ' node.four@gmail.com
    
    If CommandBars("Status Bar").Visible = False Then
        CommandBars("Status Bar").Visible = True
    ElseIf CommandBars("Status Bar").Visible = True Then
        CommandBars("Status Bar").Visible = False
    End If
    
    End Sub
    Regards, Christian Gould.
      My Computer


  3. Posts : 291
    Vista/Windows 7
    Thread Starter
       #3

    Wow thanks for the reply... iam on my tablet at the moment but when I get back to my PC ill check it out
      My Computer


  4. Posts : 3,009
    Windows 7 Home Premium 64bit
       #4

    You can also very easily control what appears (or does not appear) in the Status Bar:
    MVPs for Office and SharePoint 2010: Status Bar Changes in Outlook 2010 - The Microsoft MVP Award Program Blog - Site Home - MSDN Blogs
    .
    .

    If you find the new Status Bar much too cluttered now and want to hide a few items or only want to see Outlook’s connection state, then you can turn off the items by right clicking on the Status Bar. This will reveal a context menu in which you can easily select the information that you want to be displayed.



      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:59.
Find Us