property MsgBox.MinHeight as Long
Specifies the minimum height of the message box.

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