Created
August 1, 2017 08:09
-
-
Save ndthanh/af1a74faad20f7a316b6a4d92b4155bb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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