• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Hide Tabs in Workbook

Cammandk

Member
I want the tabs to be hidden in the workbook. I've turned off in advanced option and it works for a while but then they come back. I am using macro's to go to different sheets within the workbook. Any ideas.
 
First, double check the code within your macro to make sure you aren't turning them back on from in there. Would be a line like this

Code:
ActiveWindow.DisplayWorkbookTabs = True
 
Back
Top