Thread: Message Boxes
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Message Boxes

Hi,

Write this line in the VB editor and as soon as you enter the comma you'll
get a scroll window with all the different types you can use

msgbox("hello",

Mike

"VoxBox-Richard" wrote:

Hello,

Another question please- is there a way to determine what type of message
box you want to call in VBA. So instead of calling the infomation style box
could I call a stop or warning message? And if I can what is the code I need.

Thank you.
R.