Created
June 6, 2018 10:18
-
-
Save TGDUY/bd4e60be5d6f1c070498383a3e7c0207 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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