|  

» Give a non-Excel look by Hiding the Active Menu And Using Full Screen using VBA in Microsoft Excel

Place the code below into the standard module

To hide the active menu:

Application.CommandBars.ActiveMenuBar.Enabled = False

This command, coupled with setting the screen to full screen and hiding the full screen toolbar will give you
a non-Excel look:


Application.DisplayFullScreen = True
Application.CommandBars("Full Screen").Enabled = False


Rate This Tip
12 34 5
Rating: 3.59     Views: 35543
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments