I am looking for somebody who can help me for this. I would like to start workbook with auto full screen mode by using the code shown below.
This code is nicely working when I use Private Sub worksheet_selection() but not with _Activate(). Could anybody help me?.
Thanks,![]()
Private Sub Worksheet_Activate() Application.DisplayFormulaBar = False ActiveWindow.DisplayHeadings = False ActiveWindow.DisplayGridlines = False Application.DisplayFullScreen = True End Sub
Bookmarks