M Matt Nov 19, 2003 #1 Is there any way to make it so that a form cannot be closed or minimized while keeping the controls on the form useable?
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 Nov 19, 2003 #2 If it's a VBA userform, you can trap and Cancel this in the UserForm_QueryClose event.