Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created August 1, 2017 08:09
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/af1a74faad20f7a316b6a4d92b4155bb to your computer and use it in GitHub Desktop.
Save ndthanh/af1a74faad20f7a316b6a4d92b4155bb to your computer and use it in GitHub Desktop.
Function isSheetExist(shName As String) As Boolean
isSheetExist = Not Evaluate("IsError(" & shName & "!1:1)")
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment