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
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