Thread: modeless
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default modeless

Hi Enyaw,

Is there a way of creating a message box with no X button on it?


Perhaps:

MsgBox Prompt:="Hi", Buttons:=vbYesNo

Otherwise, why do you need to remove / disable the cancel button?

You could, of course, use a custom userform.


---
Regards,
Norman