Hide Sheet Tabs using VBA / Hide Excel Sheet Tabs (2007/2010)
How to Hide Excel Sheet Names using VBA
If you want to hide the Sheet Tab (as shown below) you can do that using Excel OptionsHide / Unhide Sheet Tab using Excel VBA
Uncheck the Show sheet tabs checkbox from Advanced Tab of Options MenuHide / Unhide Sheet Tab using Excel VBA
You can do the same through Excel VBA
ActiveWindow.DisplayWorkbookTabs = False
- Login or register to post comments
- Feed: vbadb feed
- Original article
