In the orignal worksheet, it works on clicliking double click. But after exporting to new woorksheet (sheet 2) I have to assign shortcut key from developer tab which i cannot give double click. the procedure in code is
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)

Is it because sheet name has changed or other reason. I want to assign doubleclick shortcut key.

Thank you in advance.