Results 1 to 4 of 4

Thread: Unhide Worksheet menu bar

  1. #1
    Join Date
    Oct 2008
    Posts
    42

    Unhide Worksheet menu bar

    Hello friends,

    I know that many people would be thinking of unhiding Worksheet from menu bar for that you have to create a macro where it will hide your menu bar from your worksheet and at the same time i had seen that many people don't want toolbar whenever they are working in Excel so friends here is the macro for it

    Code:
    Sub hidemenubar()
    CommandBars("Worksheet Menu Bar").Enabled = False
    End Sub

  2. #2
    Join Date
    Oct 2008
    Posts
    83

    How to Unhide Worksheet menu bar

    Thank you for posting such kind of tips i was finding if from a long back it would be great if you can tell me how can i create a macro because i am new to Excel VBA and don't have any idea about it. Can anyone tell me or direct me on how to create macro in Excel. Your small suggestion would be very helpful for me.

  3. #3
    Join Date
    Oct 2008
    Posts
    32

    Unhide Worksheet menu bar

    For creating a macro you need to first go to VBA for that you need to press Alt + F11 and after that you need to press (Ctrl + G) for getting immediate window, then copy paste the code in window and you had done for the same. If you want to learn in more details then you can check otu below links for more information

    How to create a macro in Excel
    Record a Macro in MS Excel
    Procedure to create Auto-Run Macro

  4. #4
    Join Date
    Nov 2005
    Posts
    403

    Unhide Worksheet menu bar

    If you don't want to use any code then for that you can also do it by selecting add/remove buttons and over there you will find customize button and then select on format, hide, option and after that after that close your application and start it once again, i am sure after that you will not see menu bar whenever you open your worksheet.

Similar Threads

  1. Replies: 8
    Last Post: 04-12-2011, 11:24 AM
  2. how to unhide the sub folder in windows 7
    By Nellie in forum Operating Systems
    Replies: 5
    Last Post: 01-06-2011, 09:52 PM
  3. Windows 7 taskbar will not unhide
    By Gaia in forum Operating Systems
    Replies: 5
    Last Post: 05-12-2010, 05:38 AM
  4. Cant Unhide Hidden Files
    By Dusto in forum Operating Systems
    Replies: 8
    Last Post: 28-03-2010, 04:11 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,714,302,027.40703 seconds with 17 queries