Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created March 1, 2017 05:01
Show Gist options
  • Select an option

  • Save ndthanh/0d618a7909edff2d7db71434912d3cb2 to your computer and use it in GitHub Desktop.

Select an option

Save ndthanh/0d618a7909edff2d7db71434912d3cb2 to your computer and use it in GitHub Desktop.
' Ẩn sheets tab
Sub hide()
ActiveWindow.DisplayWorkbookTabs = False
End Sub
' Hiện sheets tab
Sub show()
ActiveWindow.DisplayWorkbookTabs = True
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment