You can use either of these events depending on the passed parameters that you may need.
VB Code:
'Behind ThisWorkBook Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean) End Sub 'Behind a Sheet Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) End Sub





Reply With Quote