Protect Forms

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?
 
H

Harald Staff

If it's a VBA userform, you can trap and Cancel this in the UserForm_QueryClose event.
 
Top