Good afternoon, is it possible to 'hide' a UserForm when it loses focus, i.e. when the sheet behind is clicked & regains focus?
BTW this form becomes visible courtesy of
It no big deal if it can't, I just fancied adding it in if it could.
Many thanks,
D€$
BTW this form becomes visible courtesy of
Code:
Private Sub Workbook_SheetActivate(ByVal Sh As Object)
It no big deal if it can't, I just fancied adding it in if it could.
Many thanks,
D€$