Created
July 16, 2017 01:04
-
-
Save ndthanh/3200c7ee638e0b1bfe159dc5c10ca1ea 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
Sub Test2() | |
Dim Text As String | |
Text = "Tooi yeeu Vieetj Nam" | |
If Range("B3").Value > 3 Then | |
Application.Assistant.DoAlert "THÔNG BÁO", UniConvert(Text, "Telex"), 0, 4, 0, 0, 0 | |
End If | |
End Sub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment