• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Hide menu bar or command bars in Excdel 2007 and higher

nagovind

Member
Hi All


Similar to the below commands in Excel 2003 please share the VBA code to hide .."Advance" menu item under FILE menu and to hide "Review" menu in Excel 2007 and higher....hide or make it disable...


Application.CommandBars("Worksheet Menu Bar").Controls("tools").Enabled = False

Application.CommandBars("Worksheet Menu Bar").Controls("file").Enabled = True

Application.CommandBars("Worksheet Menu Bar").Controls("insert").Enabled = False


Please share the code
 
Hi Nagovind...


pls check my response in below topic..


http://chandoo.org/forums/topic/excel-full-screen-border-less-display


It works with 2007 and higher version as well.


Regards,

Prasad
 
Back
Top