Results 1 to 3 of 3

Thread: How to hide status bar in Microsoft Excel 2007

  1. #1
    Join Date
    Feb 2012
    Posts
    11

    How to hide status bar in Microsoft Excel 2007

    How do I hide status bar in Excel 2007. I want to view full screen except for menu titles only. I try to read some settings information in the help file, but there is nothing working out. Can anyone help with to find the right way and if you can post screenshot of help then it must be very much helpful.

  2. #2
    Join Date
    May 2011
    Posts
    523

    Re: How to hide status bar in Microsoft Excel 2007

    As far as I know only with VBA. After the beta it is removed but still you can try out this. Use Application.DisplayStatusBar = False and then check back. You can re-enable that by changing the value from False to True.

  3. #3
    Join Date
    May 2011
    Posts
    448

    Re: How to hide status bar in Microsoft Excel 2007

    I think the settings are in the View > Show/Hide but it is not. If you do not found this then the only way I have found is with VBA:Application.DisplayStatusBar = False. In the Excel Options on the Popula tab, check the Display Developer on Ribbon. Now you can open Developer and clcik Visal Basic. Copy the cose above into the Immediate window; tap Enter key Done. Of course, Application.DisplayStatusBar = True will restore it.

Similar Threads

  1. Edit Links shows unknown status in Microsoft Excel
    By LuniA in forum MS Office Support
    Replies: 2
    Last Post: 24-02-2012, 12:26 PM
  2. VBA to hide the rows in Microsoft Excel
    By Lanka Boy in forum MS Office Support
    Replies: 1
    Last Post: 14-01-2012, 03:12 PM
  3. Hide ribbon in VBA while using Microsoft Access 2007
    By Doroteo in forum Windows Software
    Replies: 4
    Last Post: 20-11-2009, 12:36 AM
  4. Auto hide rows and column in Excel 2007
    By Murena in forum Windows Software
    Replies: 3
    Last Post: 28-02-2009, 07:00 PM
  5. Replies: 2
    Last Post: 04-11-2008, 08:12 PM

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
  •  
Page generated in 1,711,654,260.61991 seconds with 17 queries