View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter Janssens Peter Janssens is offline
external usenet poster
 
Posts: 4
Default messagebox without default button

Hi,

Is it possible to create a messagebox without a default button?

For example: MsgBox "hallo", vbOKCancel + vbDefaultButton2 makes the
Cancel-button default. I would like to have that none of the two buttons are
default. The user has to click on it (not by pressing Enter).

Thanks.
Peter