bamaisgreat
Well-known Member
- Joined
- Jan 23, 2012
- Messages
- 834
- Office Version
- 365
- Platform
- Windows
Thanks for looking. My goal is to have a macro that will make the command bar hide and display the sheet in full screen.
Also I would like a macro to undo all the above, but this macro would need a password to be executed. Here is some code that I found im just not sure how to put it all together.
Also I would like a macro to undo all the above, but this macro would need a password to be executed. Here is some code that I found im just not sure how to put it all together.
Code:
Application.DisplayFullScreen = True
Application.CommandBars("Full Screen").Enabled = False