The messagebox should resize dynamically, unless you feed it one long string. Try using a function or process to chop the text into shorter pieces. For example -

use InStr() to locate a space after position 60
Replace that position with a @CRLF using Join(Split()) or the Replace function from newer Kix versions.
Find the next possible space position to replace - 60+ char later and repeat until you exceed the string data length.

This will keep the message more "blocked" with line lenghts of 60-70 characters.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D