View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anne Schouten Anne Schouten is offline
external usenet poster
 
Posts: 15
Default Form with no Cancel option

I made an Excelform.
If a user closes the form with the X-button (Cancel) at the top righthand
corner, other macro's will give problems, so I dont want the form to be
closed with this button.

In Access you can hide this button, but so far I can see that is not
possible in Excel. How can I prevent that the user uses this Cancelbutton?

Anne