Skip to content

Instantly share code, notes, and snippets.

@DuongAQ
Last active February 9, 2018 11:03
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 DuongAQ/335ea9bc4c8e184f751b893cfa773de2 to your computer and use it in GitHub Desktop.
Save DuongAQ/335ea9bc4c8e184f751b893cfa773de2 to your computer and use it in GitHub Desktop.
Sub An_Cot_Vidu01()
With Sheet1
.Range("A1").EntireColumn.Hidden = True 'Ẩn cột A
.Range("C1").EntireColumn.Hidden = True 'Ẩn cột C
End With
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment