Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created July 16, 2017 01:05
Show Gist options
  • Select an option

  • Save ndthanh/86cb5e336c0750eb7690787decd5a0d1 to your computer and use it in GitHub Desktop.

Select an option

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