property MsgBox.MinWidth as Long
Specifies the minimum width of the message box.

TypeDescription
Long A long expression that defines the minimum width of the message box.
By default, the MinWidth property is 96 pixels. Use the MinHeight and MinWidth properties to define the minimum size of your message or input box.