ApricityMech
New Member
- Joined
- Oct 7, 2020
- Messages
- 5
- Office Version
- 2016
- Platform
- Windows
My Application is, on work book open. to be full screen but when I "restore down" the workbook goes back to the standard display with the ribbon and formula bar. This also happens when I minimize but is easily side stepped with
Private Sub Workbook_WindowResize(ByVal Wn As Window)
Application.DisplayFullScreen = True
End Sub
I simply want to maintain the full screen look while in restore down. And if I grab the title bar and SNAP the window my desired outcome does happen. If I click and drag the title bar I am able to resize the window while in full screen mode and excel is "aware" it is in restore down mode by right clicking the title bar and restore being grayed out and maximize being clickable. I just the outcome by clicking restore down or by having the restore down button invisible.
Private Sub Workbook_WindowResize(ByVal Wn As Window)
Application.DisplayFullScreen = True
End Sub
I simply want to maintain the full screen look while in restore down. And if I grab the title bar and SNAP the window my desired outcome does happen. If I click and drag the title bar I am able to resize the window while in full screen mode and excel is "aware" it is in restore down mode by right clicking the title bar and restore being grayed out and maximize being clickable. I just the outcome by clicking restore down or by having the restore down button invisible.