blaksnm
Well-known Member
- Joined
- Dec 15, 2009
- Messages
- 554
- Office Version
- 365
- Platform
- Windows
Hey guys
This is maybe a simple one, but still I dont catch the trick
I want to make my commandbutton function as this (when tabs are hidden): first klick: show tabs, next klick: hide tabs
and vice versa when tabs originally are visible
I use this program:
ActiveWindow.DisplayWorkbookTabs = True
ActiveWindow.DisplayWorkbookTabs = False
Anyone feel for giving me a clue?
This is maybe a simple one, but still I dont catch the trick
I want to make my commandbutton function as this (when tabs are hidden): first klick: show tabs, next klick: hide tabs
and vice versa when tabs originally are visible
I use this program:
ActiveWindow.DisplayWorkbookTabs = True
ActiveWindow.DisplayWorkbookTabs = False
Anyone feel for giving me a clue?