Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub LockDown()
Dim cmdBar As CommandBar
For Each cmdBar In Application.CommandBars
If cmdBar.Visible = True Then
'(I don't think it can be changed unless visible)
cmdBar.Protection = msoBarNoMove or msoBarNoChangeVisible
End If
Next
End Sub
msoBarNoChangeDock
msoBarNoChangeVisible
msoBarNoCustomize
msoBarNoHorizontalDock
msoBarNoMove
msoBarNoProtection
msoBarNoResize
msoBarNoVerticalDock