Is there a way to make ALL the worksheets in my workbook hide. I can do the below code in one worksheet but i would like it to carry over to ALL sheets.

    ActiveWindow.DisplayGridlines = False
    ActiveWindow.DisplayHeadings = False
    Application.DisplayFormulaBar = False
    ActiveWindow.DisplayWorkbookTabs = False
Thanks