Skip to content

Instantly share code, notes, and snippets.

@ndthanh
Created July 16, 2017 01:04
Show Gist options
  • Save ndthanh/3200c7ee638e0b1bfe159dc5c10ca1ea to your computer and use it in GitHub Desktop.
Save ndthanh/3200c7ee638e0b1bfe159dc5c10ca1ea to your computer and use it in GitHub Desktop.
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