Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created July 16, 2017 01:05
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/86cb5e336c0750eb7690787decd5a0d1 to your computer and use it in GitHub Desktop.
Save ndthanh/86cb5e336c0750eb7690787decd5a0d1 to your computer and use it in GitHub Desktop.
Sub Test3()
Dim Text As String
Text = "Tooi yeeu Vieetj Nam"
If Range("B3").Value > 3 Then
CreateObject("WScript.Shell").Popup UniConvert(Text, "Telex"), , "THÔNG BÁO", vbOKOnly
End If
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment