VBA: Display Fullscreen

September 23rd, 2004 | Categories: VBA | Tags:
-->

You can launch Excel to display fullscreen using VBA by using this line of code:

Application.DisplayFullScreen = True

To exit fullscreen using VBA:

Application.DisplayFullScreen = False
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
No comments yet.