Hi all,
I have some code that hides menus etc. amongst other things but when I minimise then restore, the menus are back.
code: Private Sub workbook_open()
ActiveWindow.WindowState = xlMaximized
Sheets("UserView").Visible = True
Worksheets("UserView").Activate
Application.DisplayFullScreen =...