VBA: Display Fullscreen

Automate Excel

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

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.