R
RyanH
Is there a way to not execute the Event below if any UserForm is showing?
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
If a UserForm is showing Exit Sub Else Continue with code..
End Sub
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
If a UserForm is showing Exit Sub Else Continue with code..
End Sub