View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D.S.[_3_] D.S.[_3_] is offline
external usenet poster
 
Posts: 60
Default userform titlebar and closing form

I would like to prevent the user from closing a userform by clicking the 'X'
on the right side of the titlebar. I need to force closure by using a
command button, and running an exit procedure. Is there a property setting
that will prevent this / or run the exit procedure when the 'X' is clicked?

D.S.