Skip to content

Instantly share code, notes, and snippets.

@TGDUY
Created June 6, 2018 10:18
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 TGDUY/bd4e60be5d6f1c070498383a3e7c0207 to your computer and use it in GitHub Desktop.
Save TGDUY/bd4e60be5d6f1c070498383a3e7c0207 to your computer and use it in GitHub Desktop.
Option Explicit
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Target.Address = "$A$1" Then MsgBox "Hocexcel.online"
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment