Hi All,
I had simple Macro (open form) which was triggered when double click any cell, and all worked fine until today and I dont know what really happened.
Private Sub Workbook_SheetBeforeDoubleClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean)
Admin.Show
End Sub
Now...