JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
Have code that hides the sheet tabs:
Unfortunately, the User can change this via: Excel Options->Advanced, section Display.
Is there anyway to prevent the user re-enabling the display of workbook tabs?
In this instance Sheet.Visible = xlSheetVeryHidden won't suffice.
Suggestions, workarounds (or accurately predicted lottery numbers), replies welcome,
Jack
Have code that hides the sheet tabs:
Code:
ActiveWindow.DisplayWorkbookTabs = False
Is there anyway to prevent the user re-enabling the display of workbook tabs?
In this instance Sheet.Visible = xlSheetVeryHidden won't suffice.
Suggestions, workarounds (or accurately predicted lottery numbers), replies welcome,
Jack