X=MsgBox("message",0+16,"title")
Here is what the numbers mean:
The number before the +
0 = Ok Button
1 = Ok/Cancel Button
2 = Abbort/Retry/Ignore button
3 = Yes/No/Cancel
4 = Yes/No
Here are what the numbers mean after the +
16 - Critical Icon
32 - Warning Icon
48 - Warning Message Icon
64 - Information Icon
-----------------------------------------------------------------------------------------------------------
To create multiple Message Boxes, just duplicate the line