VBA: Display Fullscreen
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!
Get answers right away at our AE Excel Support Forums!
Leave a comment
| Trackback


