there is some data in the one sheet that i want to show the user , for example as follows code:
Workbooks("mybook").Sheets("data").Activate
ActiveWindow.WindowState = xlNormal
ActiveWorkbook.Protect Structure:=True, Windows:=True
but in this case the user can to see excel menus and switch to them.
how can i lock the menus and maximized or minimized or close icon ?
Workbooks("mybook").Sheets("data").Activate
ActiveWindow.WindowState = xlNormal
ActiveWorkbook.Protect Structure:=True, Windows:=True
but in this case the user can to see excel menus and switch to them.
how can i lock the menus and maximized or minimized or close icon ?