Protect Forms

  • Thread starter Thread starter Matt
  • Start date Start date
M

Matt

Is there any way to make it so that a form cannot be
closed or minimized while keeping the controls on the form
useable?
 
If it's a VBA userform, you can trap and Cancel this in the UserForm_QueryClose event.
 
Back
Top