Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created March 1, 2017 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndthanh/0d618a7909edff2d7db71434912d3cb2 to your computer and use it in GitHub Desktop.
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