Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TGDUY
Created June 6, 2018 10:20
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/25ea905557ddfd7df3dfe8e007982573 to your computer and use it in GitHub Desktop.
Save TGDUY/25ea905557ddfd7df3dfe8e007982573 to your computer and use it in GitHub Desktop.
Option Explicit
Sub auto_open()
ThisWorkbook.Worksheets("Sheet1").OnDoubleClick = "Test"
End Sub
Sub Test()
If ActiveCell.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