Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created July 16, 2017 01:03
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/bbffc3e1628f5ab00fdb5a41f808ab6d to your computer and use it in GitHub Desktop.
Save ndthanh/bbffc3e1628f5ab00fdb5a41f808ab6d to your computer and use it in GitHub Desktop.
Sub Test1()
Dim Text As String
Text = "Tooi yeeu Vieetj Nam"
If Range("B3").Value > 3 Then
Application.ExecuteExcel4Macro ("ALERT(""" & UniConvert(Text, "Telex") & """,2)")
End If
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment